Html Css Color HEX #FDFECF Cream

📋 copy color: '#FDFECF'

red 253 ◦ green 254 ◦ blue 207

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

Shades of Cream #FDFECF

Tints of Cream #FDFECF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.57%

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

R = 35.43%
G = 35.57%
B = 28.99%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FDFECF (or 0xFDFECF) is known color: Cream. HEX triplet: FD, FE and CF. RGB value is (253,254,207). Sum of RGB (Red+Green+Blue) = 253+254+207=714 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.43% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECF is #020130. Grayscale: #F8F8F8. Windows color (decimal): -131377 or 13631229. OLE color: 13631229.

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

Color convert

RGB 253 254 207 -
CMYK 0.00 0 0.19 0.00
HSL 61.28º 0.96% 0.9% -
HSV(B) 61.28º 0.19% 1% -
XYZ 87.21 96.27 73.02 -
YUV 248.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 253 254 207 0.00 0 0.19 0.00 61.28 0.96 0.9
Hex FD FE CF 0 0 13 0 3D 60 5A
Octal 375 376 317 0 0 23 0 75 140 132
Binary 11111101 11111110 11001111 0 0 10011 0 111101 1100000 1011010

Color Harmonies of #FDFECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFECF

Black with #FDFECF

Text Example


Text Example

White with #FDFECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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