Html Css Color HEX #FCFBBF Cumulus

📋 copy color: '#FCFBBF'

red 252 ◦ green 251 ◦ blue 191

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

Shades of Cumulus #FCFBBF

Tints of Cumulus #FCFBBF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.17%

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

R = 36.31%
G = 36.17%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCFBBF (or 0xFCFBBF) is known color: Cumulus. HEX triplet: FC, FB and BF. RGB value is (252,251,191). Sum of RGB (Red+Green+Blue) = 252+251+191=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBBF is #030440. Grayscale: #F4F4F4. Windows color (decimal): -197697 or 12581884. OLE color: 12581884.

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

Color convert

RGB 252 251 191 -
CMYK 0 0.00 0.24 0.01
HSL 59.02º 0.91% 0.87% -
HSV(B) 59.02º 0.24% 0.99% -
XYZ 84.05 93.45 62.9 -
YUV 244.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 252 251 191 0 0.00 0.24 0.01 59.02 0.91 0.87
Hex FC FB BF 0 0 18 1 3B 5B 57
Octal 374 373 277 0 0 30 1 73 133 127
Binary 11111100 11111011 10111111 0 0 11000 1 111011 1011011 1010111

Color Harmonies of #FCFBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBBF

Black with #FCFBBF

Text Example


Text Example

White with #FCFBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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