Html Css Color HEX #F5F9BA Chiffon

📋 copy color: '#F5F9BA'

red 245 ◦ green 249 ◦ blue 186

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

Shades of Chiffon #F5F9BA

Tints of Chiffon #F5F9BA

RGB

 RED value IS 245 (96.09% from 255) = 36.03%

 GREEN value IS 249 (97.66% from 255) = 36.62%

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

R = 36.03%
G = 36.62%
B = 27.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F5F9BA (or 0xF5F9BA) is known color: Chiffon. HEX triplet: F5, F9 and BA. RGB value is (245,249,186). Sum of RGB (Red+Green+Blue) = 245+249+186=680 (90% of max value = 765). Red value is 245 (96.09% from 255 or 36.03% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9BA is #0A0645. Grayscale: #F0F0F0. Windows color (decimal): -656966 or 12253685. OLE color: 12253685.

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

Color convert

RGB 245 249 186 -
CMYK 0.02 0 0.25 0.02
HSL 63.81º 0.84% 0.85% -
HSV(B) 63.81º 0.25% 0.98% -
XYZ 80.39 90.71 59.73 -
YUV 240.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 245 249 186 0.02 0 0.25 0.02 63.81 0.84 0.85
Hex F5 F9 BA 2 0 19 2 40 54 55
Octal 365 371 272 2 0 31 2 100 124 125
Binary 11110101 11111001 10111010 10 0 11001 10 1000000 1010100 1010101

Color Harmonies of #F5F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F9BA

Black with #F5F9BA

Text Example


Text Example

White with #F5F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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