Html Css Color HEX #F9FABA Cumulus

📋 copy color: '#F9FABA'

red 249 ◦ green 250 ◦ blue 186

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

Shades of Cumulus #F9FABA

Tints of Cumulus #F9FABA

RGB

 RED value IS 249 (97.66% from 255) = 36.35%

 GREEN value IS 250 (98.05% from 255) = 36.5%

 BLUE value IS 186 (73.05% from 255) = 27.15%

R = 36.35%
G = 36.5%
B = 27.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9FABA (or 0xF9FABA) is known color: Cumulus. HEX triplet: F9, FA and BA. RGB value is (249,250,186). Sum of RGB (Red+Green+Blue) = 249+250+186=685 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.35% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 186 (73.05% from 255 or 27.15% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FABA is #060545. Grayscale: #F2F2F2. Windows color (decimal): -394566 or 12253945. OLE color: 12253945.

HSL color Cylindrical-coordinate representation of color #F9FABA: hue angle of 60.94º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9FABA is Cyan = 0.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 250 186 -
CMYK 0.00 0 0.26 0.02
HSL 60.94º 0.86% 0.85% -
HSV(B) 60.94º 0.26% 0.98% -
XYZ 82.12 92.06 59.9 -
YUV 242.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 249 250 186 0.00 0 0.26 0.02 60.94 0.86 0.85
Hex F9 FA BA 0 0 1A 2 3D 56 55
Octal 371 372 272 0 0 32 2 75 126 125
Binary 11111001 11111010 10111010 0 0 11010 10 111101 1010110 1010101

Color Harmonies of #F9FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FABA

Black with #F9FABA

Text Example


Text Example

White with #F9FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FABA; }

 p { color: rgb(249,250,186); }

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

background-color css

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

 a { background-color: rgb(249,250,186); }

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

border-color css

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

 span { border-color: rgb(249,250,186); }

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