Html Css Color HEX #FDFDCF Cream

📋 copy color: '#FDFDCF'

red 253 ◦ green 253 ◦ blue 207

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

Shades of Cream #FDFDCF

Tints of Cream #FDFDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.03%

R = 35.48%
G = 35.48%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDFDCF (or 0xFDFDCF) is known color: Cream. HEX triplet: FD, FD and CF. RGB value is (253,253,207). Sum of RGB (Red+Green+Blue) = 253+253+207=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 207 (81.25% from 255 or 29.03% from 713); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCF is #020230. Grayscale: #F7F7F7. Windows color (decimal): -131633 or 13630973. OLE color: 13630973.

HSL color Cylindrical-coordinate representation of color #FDFDCF: 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.18%. Process color model (Four color, CMYK) of #FDFDCF is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 253 207 -
CMYK 0 0 0.18 0.01
HSL 60º 0.92% 0.9% -
HSV(B) 60º 0.18% 0.99% -
XYZ 86.9 95.64 72.91 -
YUV 247.76 105 131.74 -
System Red Green Blue C M Y K H S L
Decimal 253 253 207 0 0 0.18 0.01 60 0.92 0.9
Hex FD FD CF 0 0 12 1 3C 5C 5A
Octal 375 375 317 0 0 22 1 74 134 132
Binary 11111101 11111101 11001111 0 0 10010 1 111100 1011100 1011010

Color Harmonies of #FDFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFDCF

Black with #FDFDCF

Text Example


Text Example

White with #FDFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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