Html Css Color HEX #FFFCCF Cream

📋 copy color: '#FFFCCF'

red 255 ◦ green 252 ◦ blue 207

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

Shades of Cream #FFFCCF

Tints of Cream #FFFCCF

RGB

 RED value IS 255 (100% from 255) = 35.71%

 GREEN value IS 252 (98.83% from 255) = 35.29%

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

R = 35.71%
G = 35.29%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFFCCF (or 0xFFFCCF) is known color: Cream. HEX triplet: FF, FC and CF. RGB value is (255,252,207). Sum of RGB (Red+Green+Blue) = 255+252+207=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 207 (81.25% from 255 or 28.99% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCCF is #000330. Grayscale: #F7F7F7. Windows color (decimal): -817 or 13630719. OLE color: 13630719.

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

Color convert

RGB 255 252 207 -
CMYK 0 0.01 0.19 0
HSL 56.25º 1% 0.91% -
HSV(B) 56.25º 0.19% 1% -
XYZ 87.31 95.39 72.84 -
YUV 247.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 255 252 207 0 0.01 0.19 0 56.25 1 0.91
Hex FF FC CF 0 1 13 0 38 64 5B
Octal 377 374 317 0 1 23 0 70 144 133
Binary 11111111 11111100 11001111 0 1 10011 0 111000 1100100 1011011

Color Harmonies of #FFFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFCCF

Black with #FFFCCF

Text Example


Text Example

White with #FFFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFCCF; }

 p { color: rgb(255,252,207); }

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

background-color css

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

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

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

border-color css

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

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

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