Html Css Color HEX #FAFEBF Cumulus

📋 copy color: '#FAFEBF'

red 250 ◦ green 254 ◦ blue 191

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

Shades of Cumulus #FAFEBF

Tints of Cumulus #FAFEBF

RGB

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

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

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

R = 35.97%
G = 36.55%
B = 27.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FAFEBF (or 0xFAFEBF) is known color: Cumulus. HEX triplet: FA, FE and BF. RGB value is (250,254,191). Sum of RGB (Red+Green+Blue) = 250+254+191=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEBF is #050140. Grayscale: #F5F5F5. Windows color (decimal): -328001 or 12582650. OLE color: 12582650.

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

Color convert

RGB 250 254 191 -
CMYK 0.02 0 0.25 0.00
HSL 63.81º 0.97% 0.87% -
HSV(B) 63.81º 0.25% 1% -
XYZ 84.27 94.97 63.18 -
YUV 245.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 250 254 191 0.02 0 0.25 0.00 63.81 0.97 0.87
Hex FA FE BF 2 0 19 0 40 61 57
Octal 372 376 277 2 0 31 0 100 141 127
Binary 11111010 11111110 10111111 10 0 11001 0 1000000 1100001 1010111

Color Harmonies of #FAFEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEBF

Black with #FAFEBF

Text Example


Text Example

White with #FAFEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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