Html Css Color HEX #FAFEBD Cumulus

📋 copy color: '#FAFEBD'

red 250 ◦ green 254 ◦ blue 189

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

Shades of Cumulus #FAFEBD

Tints of Cumulus #FAFEBD

RGB

 RED value IS 250 (98.05% from 255) = 36.08%

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

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

R = 36.08%
G = 36.65%
B = 27.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FAFEBD (or 0xFAFEBD) is known color: Cumulus. HEX triplet: FA, FE and BD. RGB value is (250,254,189). Sum of RGB (Red+Green+Blue) = 250+254+189=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 189 (74.22% from 255 or 27.27% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBD is #050142. Grayscale: #F5F5F5. Windows color (decimal): -328003 or 12451578. OLE color: 12451578.

HSL color Cylindrical-coordinate representation of color #FAFEBD: hue angle of 63.69º 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 #FAFEBD is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 189 -
CMYK 0.02 0 0.26 0.00
HSL 63.69º 0.97% 0.87% -
HSV(B) 63.69º 0.26% 1% -
XYZ 84.05 94.88 62.03 -
YUV 245.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 250 254 189 0.02 0 0.26 0.00 63.69 0.97 0.87
Hex FA FE BD 2 0 1A 0 40 61 57
Octal 372 376 275 2 0 32 0 100 141 127
Binary 11111010 11111110 10111101 10 0 11010 0 1000000 1100001 1010111

Color Harmonies of #FAFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEBD

Black with #FAFEBD

Text Example


Text Example

White with #FAFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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