Html Css Color HEX #FCFFBF Cumulus

📋 copy color: '#FCFFBF'

red 252 ◦ green 255 ◦ blue 191

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

Shades of Cumulus #FCFFBF

Tints of Cumulus #FCFFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.36%

R = 36.1%
G = 36.53%
B = 27.36%

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

#FCFFBF (or 0xFCFFBF) is known color: Cumulus. HEX triplet: FC, FF and BF. RGB value is (252,255,191). Sum of RGB (Red+Green+Blue) = 252+255+191=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 191 (75% from 255 or 27.36% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBF is #030040. Grayscale: #F7F7F7. Windows color (decimal): -196673 or 12582908. OLE color: 12582908.

HSL color Cylindrical-coordinate representation of color #FCFFBF: hue angle of 62.81º 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 #FCFFBF is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 252 255 191 -
CMYK 0.01 0 0.25 0
HSL 62.81º 1% 0.87% -
HSV(B) 62.81º 0.25% 1% -
XYZ 85.31 95.98 63.32 -
YUV 246.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 252 255 191 0.01 0 0.25 0 62.81 1 0.87
Hex FC FF BF 1 0 19 0 3F 64 57
Octal 374 377 277 1 0 31 0 77 144 127
Binary 11111100 11111111 10111111 1 0 11001 0 111111 1100100 1010111

Color Harmonies of #FCFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFBF

Black with #FCFFBF

Text Example


Text Example

White with #FCFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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