Html Css Color HEX #FDFDCD Cream

📋 copy color: '#FDFDCD'

red 253 ◦ green 253 ◦ blue 205

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

Shades of Cream #FDFDCD

Tints of Cream #FDFDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 28.83%

R = 35.58%
G = 35.58%
B = 28.83%

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

#FDFDCD (or 0xFDFDCD) is known color: Cream. HEX triplet: FD, FD and CD. RGB value is (253,253,205). Sum of RGB (Red+Green+Blue) = 253+253+205=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 205 (80.47% from 255 or 28.83% from 711); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCD is #020232. Grayscale: #F7F7F7. Windows color (decimal): -131635 or 13499901. OLE color: 13499901.

HSL color Cylindrical-coordinate representation of color #FDFDCD: 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 #FDFDCD is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 205 -
CMYK 0 0 0.19 0.01
HSL 60º 0.92% 0.9% -
HSV(B) 60º 0.19% 0.99% -
XYZ 86.65 95.54 71.63 -
YUV 247.53 104 131.9 -
System Red Green Blue C M Y K H S L
Decimal 253 253 205 0 0 0.19 0.01 60 0.92 0.9
Hex FD FD CD 0 0 13 1 3C 5C 5A
Octal 375 375 315 0 0 23 1 74 134 132
Binary 11111101 11111101 11001101 0 0 10011 1 111100 1011100 1011010

Color Harmonies of #FDFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDCD

Black with #FDFDCD

Text Example


Text Example

White with #FDFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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