Html Css Color HEX #FCFFBE Cumulus

📋 copy color: '#FCFFBE'

red 252 ◦ green 255 ◦ blue 190

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

Shades of Cumulus #FCFFBE

Tints of Cumulus #FCFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 36.59%

 BLUE value IS 190 (74.61% from 255) = 27.26%

R = 36.15%
G = 36.59%
B = 27.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FCFFBE (or 0xFCFFBE) is known color: Cumulus. HEX triplet: FC, FF and BE. RGB value is (252,255,190). Sum of RGB (Red+Green+Blue) = 252+255+190=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 190 (74.61% from 255 or 27.26% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBE is #030041. Grayscale: #F6F6F6. Windows color (decimal): -196674 or 12517372. OLE color: 12517372.

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

Color convert

RGB 252 255 190 -
CMYK 0.01 0 0.25 0
HSL 62.77º 1% 0.87% -
HSV(B) 62.77º 0.25% 1% -
XYZ 85.2 95.93 62.74 -
YUV 246.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 252 255 190 0.01 0 0.25 0 62.77 1 0.87
Hex FC FF BE 1 0 19 0 3F 64 57
Octal 374 377 276 1 0 31 0 77 144 127
Binary 11111100 11111111 10111110 1 0 11001 0 111111 1100100 1010111

Color Harmonies of #FCFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFBE

Black with #FCFFBE

Text Example


Text Example

White with #FCFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFBE; }

 p { color: rgb(252,255,190); }

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

background-color css

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

 a { background-color: rgb(252,255,190); }

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

border-color css

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

 span { border-color: rgb(252,255,190); }

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