Html Css Color HEX #FCFEC0 Cumulus

📋 copy color: '#FCFEC0'

red 252 ◦ green 254 ◦ blue 192

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

Shades of Cumulus #FCFEC0

Tints of Cumulus #FCFEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 27.51%

R = 36.1%
G = 36.39%
B = 27.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FCFEC0 (or 0xFCFEC0) is known color: Cumulus. HEX triplet: FC, FE and C0. RGB value is (252,254,192). Sum of RGB (Red+Green+Blue) = 252+254+192=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 254 (99.61% from 255 or 36.39% from 698); Blue value is 192 (75.39% from 255 or 27.51% from 698); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC0 is #03013F. Grayscale: #F6F6F6. Windows color (decimal): -196928 or 12648188. OLE color: 12648188.

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

Color convert

RGB 252 254 192 -
CMYK 0.01 0 0.24 0.00
HSL 61.94º 0.97% 0.87% -
HSV(B) 61.94º 0.24% 1% -
XYZ 85.1 95.38 63.79 -
YUV 246.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 252 254 192 0.01 0 0.24 0.00 61.94 0.97 0.87
Hex FC FE C0 1 0 18 0 3E 61 57
Octal 374 376 300 1 0 30 0 76 141 127
Binary 11111100 11111110 11000000 1 0 11000 0 111110 1100001 1010111

Color Harmonies of #FCFEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEC0

Black with #FCFEC0

Text Example


Text Example

White with #FCFEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEC0; }

 p { color: rgb(252,254,192); }

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

background-color css

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

 a { background-color: rgb(252,254,192); }

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

border-color css

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

 span { border-color: rgb(252,254,192); }

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