Html Css Color HEX #FCFFBD Cumulus

📋 copy color: '#FCFFBD'

red 252 ◦ green 255 ◦ blue 189

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

Shades of Cumulus #FCFFBD

Tints of Cumulus #FCFFBD

RGB

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

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

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

R = 36.21%
G = 36.64%
B = 27.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FCFFBD (or 0xFCFFBD) is known color: Cumulus. HEX triplet: FC, FF and BD. RGB value is (252,255,189). Sum of RGB (Red+Green+Blue) = 252+255+189=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 189 (74.22% from 255 or 27.16% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFBD is #030042. Grayscale: #F6F6F6. Windows color (decimal): -196675 or 12451836. OLE color: 12451836.

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

Color convert

RGB 252 255 189 -
CMYK 0.01 0 0.26 0
HSL 62.73º 1% 0.87% -
HSV(B) 62.73º 0.26% 1% -
XYZ 85.09 95.89 62.17 -
YUV 246.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 252 255 189 0.01 0 0.26 0 62.73 1 0.87
Hex FC FF BD 1 0 1A 0 3F 64 57
Octal 374 377 275 1 0 32 0 77 144 127
Binary 11111100 11111111 10111101 1 0 11010 0 111111 1100100 1010111

Color Harmonies of #FCFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFBD

Black with #FCFFBD

Text Example


Text Example

White with #FCFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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