Html Css Color HEX #FFFDD0 Cream

📋 copy color: '#FFFDD0'

red 255 ◦ green 253 ◦ blue 208

#FFFDD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream #FFFDD0

Tints of Cream #FFFDD0

RGB

 RED value IS 255 (100% from 255) = 35.61%

 GREEN value IS 253 (99.22% from 255) = 35.34%

 BLUE value IS 208 (81.64% from 255) = 29.05%

R = 35.61%
G = 35.34%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFFDD0 (or 0xFFFDD0) is known color: Cream. HEX triplet: FF, FD and D0. RGB value is (255,253,208). Sum of RGB (Red+Green+Blue) = 255+253+208=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 208 (81.64% from 255 or 29.05% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD0 is #00022F. Grayscale: #F8F8F8. Windows color (decimal): -560 or 13696511. OLE color: 13696511.

HSL color Cylindrical-coordinate representation of color #FFFDD0: hue angle of 57.45º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFDD0 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 253 208 -
CMYK 0 0.01 0.18 0
HSL 57.45º 1% 0.91% -
HSV(B) 57.45º 0.18% 1% -
XYZ 87.75 96.06 73.59 -
YUV 248.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 255 253 208 0 0.01 0.18 0 57.45 1 0.91
Hex FF FD D0 0 1 12 0 39 64 5B
Octal 377 375 320 0 1 22 0 71 144 133
Binary 11111111 11111101 11010000 0 1 10010 0 111001 1100100 1011011

Color Harmonies of #FFFDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFDD0

Black with #FFFDD0

Text Example


Text Example

White with #FFFDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFDD0; }

 p { color: rgb(255,253,208); }

 H1.HeaderClassName
 {
   color: #FFFDD0;
 }
 .AnyTagClassName
 {
   color: #FFFDD0;
 }
</style>

background-color css

<style>
 a { background-color: #FFFDD0; }

 a { background-color: rgb(255,253,208); }

 div.DivClassName
 {
   background-color: #FFFDD0;
 }
 .BgClassName
 {
   background-color: #FFFDD0;
 }
</style>

border-color css

<style>
 span { border-color: #FFFDD0; }

 span { border-color: rgb(255,253,208); }

 td.TdClassName
 {
   border-color: #FFFDD0;
 }
 .TagClassName
 {
   border-color: #FFFDD0;
 }
</style>