Html Css Color HEX #FCFEC2 Cumulus

📋 copy color: '#FCFEC2'

red 252 ◦ green 254 ◦ blue 194

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

Shades of Cumulus #FCFEC2

Tints of Cumulus #FCFEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 27.71%

R = 36%
G = 36.29%
B = 27.71%

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

#FCFEC2 (or 0xFCFEC2) is known color: Cumulus. HEX triplet: FC, FE and C2. RGB value is (252,254,194). Sum of RGB (Red+Green+Blue) = 252+254+194=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 194 (76.17% from 255 or 27.71% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEC2 is #03013D. Grayscale: #F6F6F6. Windows color (decimal): -196926 or 12779260. OLE color: 12779260.

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

Color convert

RGB 252 254 194 -
CMYK 0.01 0 0.24 0.00
HSL 62º 0.97% 0.88% -
HSV(B) 62º 0.24% 1% -
XYZ 85.32 95.47 64.97 -
YUV 246.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 252 254 194 0.01 0 0.24 0.00 62 0.97 0.88
Hex FC FE C2 1 0 18 0 3E 61 58
Octal 374 376 302 1 0 30 0 76 141 130
Binary 11111100 11111110 11000010 1 0 11000 0 111110 1100001 1011000

Color Harmonies of #FCFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEC2

Black with #FCFEC2

Text Example


Text Example

White with #FCFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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