Html Css Color HEX #FCFACD Cream

📋 copy color: '#FCFACD'

red 252 ◦ green 250 ◦ blue 205

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

Shades of Cream #FCFACD

Tints of Cream #FCFACD

RGB

 RED value IS 252 (98.83% from 255) = 35.64%

 GREEN value IS 250 (98.05% from 255) = 35.36%

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

R = 35.64%
G = 35.36%
B = 29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCFACD (or 0xFCFACD) is known color: Cream. HEX triplet: FC, FA and CD. RGB value is (252,250,205). Sum of RGB (Red+Green+Blue) = 252+250+205=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 205 (80.47% from 255 or 29.00% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACD is #030532. Grayscale: #F5F5F5. Windows color (decimal): -197939 or 13499132. OLE color: 13499132.

HSL color Cylindrical-coordinate representation of color #FCFACD: hue angle of 57.45º degrees, saturation: 0.89, 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 #FCFACD is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 205 -
CMYK 0 0.01 0.19 0.01
HSL 57.45º 0.89% 0.9% -
HSV(B) 57.45º 0.19% 0.99% -
XYZ 85.35 93.47 71.3 -
YUV 245.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 252 250 205 0 0.01 0.19 0.01 57.45 0.89 0.9
Hex FC FA CD 0 1 13 1 39 59 5A
Octal 374 372 315 0 1 23 1 71 131 132
Binary 11111100 11111010 11001101 0 1 10011 1 111001 1011001 1011010

Color Harmonies of #FCFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFACD

Black with #FCFACD

Text Example


Text Example

White with #FCFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFACD; }

 p { color: rgb(252,250,205); }

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

background-color css

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

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

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

border-color css

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

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

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