Html Css Color HEX #FDFAD2 Cream

📋 copy color: '#FDFAD2'

red 253 ◦ green 250 ◦ blue 210

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

Shades of Cream #FDFAD2

Tints of Cream #FDFAD2

RGB

 RED value IS 253 (99.22% from 255) = 35.48%

 GREEN value IS 250 (98.05% from 255) = 35.06%

 BLUE value IS 210 (82.42% from 255) = 29.45%

R = 35.48%
G = 35.06%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDFAD2 (or 0xFDFAD2) is known color: Cream. HEX triplet: FD, FA and D2. RGB value is (253,250,210). Sum of RGB (Red+Green+Blue) = 253+250+210=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 210 (82.42% from 255 or 29.45% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAD2 is #02052D. Grayscale: #F6F6F6. Windows color (decimal): -132398 or 13826813. OLE color: 13826813.

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

Color convert

RGB 253 250 210 -
CMYK 0 0.01 0.17 0.01
HSL 55.81º 0.91% 0.91% -
HSV(B) 55.81º 0.17% 0.99% -
XYZ 86.33 93.91 74.55 -
YUV 246.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 253 250 210 0 0.01 0.17 0.01 55.81 0.91 0.91
Hex FD FA D2 0 1 11 1 38 5B 5B
Octal 375 372 322 0 1 21 1 70 133 133
Binary 11111101 11111010 11010010 0 1 10001 1 111000 1011011 1011011

Color Harmonies of #FDFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFAD2

Black with #FDFAD2

Text Example


Text Example

White with #FDFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFAD2; }

 p { color: rgb(253,250,210); }

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

background-color css

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

 a { background-color: rgb(253,250,210); }

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

border-color css

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

 span { border-color: rgb(253,250,210); }

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