Html Css Color HEX #FDFDCE Cream

📋 copy color: '#FDFDCE'

red 253 ◦ green 253 ◦ blue 206

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

Shades of Cream #FDFDCE

Tints of Cream #FDFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 28.93%

R = 35.53%
G = 35.53%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDFDCE (or 0xFDFDCE) is known color: Cream. HEX triplet: FD, FD and CE. RGB value is (253,253,206). Sum of RGB (Red+Green+Blue) = 253+253+206=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 206 (80.86% from 255 or 28.93% from 712); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCE is #020231. Grayscale: #F7F7F7. Windows color (decimal): -131634 or 13565437. OLE color: 13565437.

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

Color convert

RGB 253 253 206 -
CMYK 0 0 0.19 0.01
HSL 60º 0.92% 0.9% -
HSV(B) 60º 0.19% 0.99% -
XYZ 86.77 95.59 72.27 -
YUV 247.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 253 253 206 0 0 0.19 0.01 60 0.92 0.9
Hex FD FD CE 0 0 13 1 3C 5C 5A
Octal 375 375 316 0 0 23 1 74 134 132
Binary 11111101 11111101 11001110 0 0 10011 1 111100 1011100 1011010

Color Harmonies of #FDFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDCE

Black with #FDFDCE

Text Example


Text Example

White with #FDFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDCE; }

 p { color: rgb(253,253,206); }

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

background-color css

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

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

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

border-color css

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

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

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