Html Css Color HEX #FCFEBD Cumulus

📋 copy color: '#FCFEBD'

red 252 ◦ green 254 ◦ blue 189

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

Shades of Cumulus #FCFEBD

Tints of Cumulus #FCFEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.19%

R = 36.26%
G = 36.55%
B = 27.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FCFEBD (or 0xFCFEBD) is known color: Cumulus. HEX triplet: FC, FE and BD. RGB value is (252,254,189). Sum of RGB (Red+Green+Blue) = 252+254+189=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 189 (74.22% from 255 or 27.19% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEBD is #030142. Grayscale: #F6F6F6. Windows color (decimal): -196931 or 12451580. OLE color: 12451580.

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

Color convert

RGB 252 254 189 -
CMYK 0.01 0 0.26 0.00
HSL 61.85º 0.97% 0.87% -
HSV(B) 61.85º 0.26% 1% -
XYZ 84.77 95.25 62.06 -
YUV 245.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 252 254 189 0.01 0 0.26 0.00 61.85 0.97 0.87
Hex FC FE BD 1 0 1A 0 3E 61 57
Octal 374 376 275 1 0 32 0 76 141 127
Binary 11111100 11111110 10111101 1 0 11010 0 111110 1100001 1010111

Color Harmonies of #FCFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEBD

Black with #FCFEBD

Text Example


Text Example

White with #FCFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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