Html Css Color HEX #FCFAC3 Cumulus

📋 copy color: '#FCFAC3'

red 252 ◦ green 250 ◦ blue 195

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

Shades of Cumulus #FCFAC3

Tints of Cumulus #FCFAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 27.98%

R = 36.15%
G = 35.87%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCFAC3 (or 0xFCFAC3) is known color: Cumulus. HEX triplet: FC, FA and C3. RGB value is (252,250,195). Sum of RGB (Red+Green+Blue) = 252+250+195=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 195 (76.56% from 255 or 27.98% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC3 is #03053C. Grayscale: #F4F4F4. Windows color (decimal): -197949 or 12843772. OLE color: 12843772.

HSL color Cylindrical-coordinate representation of color #FCFAC3: hue angle of 57.89º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCFAC3 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 195 -
CMYK 0 0.01 0.23 0.01
HSL 57.89º 0.9% 0.88% -
HSV(B) 57.89º 0.23% 0.99% -
XYZ 84.18 93.01 65.15 -
YUV 244.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 252 250 195 0 0.01 0.23 0.01 57.89 0.9 0.88
Hex FC FA C3 0 1 17 1 3A 5A 58
Octal 374 372 303 0 1 27 1 72 132 130
Binary 11111100 11111010 11000011 0 1 10111 1 111010 1011010 1011000

Color Harmonies of #FCFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAC3

Black with #FCFAC3

Text Example


Text Example

White with #FCFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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