Html Css Color HEX #F9FAC1 Cumulus

📋 copy color: '#F9FAC1'

red 249 ◦ green 250 ◦ blue 193

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

Shades of Cumulus #F9FAC1

Tints of Cumulus #F9FAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 27.89%

R = 35.98%
G = 36.13%
B = 27.89%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9FAC1 (or 0xF9FAC1) is known color: Cumulus. HEX triplet: F9, FA and C1. RGB value is (249,250,193). Sum of RGB (Red+Green+Blue) = 249+250+193=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 193 (75.78% from 255 or 27.89% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAC1 is #06053E. Grayscale: #F3F3F3. Windows color (decimal): -394559 or 12712697. OLE color: 12712697.

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

Color convert

RGB 249 250 193 -
CMYK 0.00 0 0.23 0.02
HSL 61.05º 0.85% 0.87% -
HSV(B) 61.05º 0.23% 0.98% -
XYZ 82.88 92.36 63.91 -
YUV 243.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 249 250 193 0.00 0 0.23 0.02 61.05 0.85 0.87
Hex F9 FA C1 0 0 17 2 3D 55 57
Octal 371 372 301 0 0 27 2 75 125 127
Binary 11111001 11111010 11000001 0 0 10111 10 111101 1010101 1010111

Color Harmonies of #F9FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FAC1

Black with #F9FAC1

Text Example


Text Example

White with #F9FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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