Html Css Color HEX #F2F9BA Chiffon

📋 copy color: '#F2F9BA'

red 242 ◦ green 249 ◦ blue 186

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

Shades of Chiffon #F2F9BA

Tints of Chiffon #F2F9BA

RGB

 RED value IS 242 (94.92% from 255) = 35.75%

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

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

R = 35.75%
G = 36.78%
B = 27.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F2F9BA (or 0xF2F9BA) is known color: Chiffon. HEX triplet: F2, F9 and BA. RGB value is (242,249,186). Sum of RGB (Red+Green+Blue) = 242+249+186=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9BA is #0D0645. Grayscale: #EFEFEF. Windows color (decimal): -853574 or 12253682. OLE color: 12253682.

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

Color convert

RGB 242 249 186 -
CMYK 0.03 0 0.25 0.02
HSL 66.67º 0.84% 0.85% -
HSV(B) 66.67º 0.25% 0.98% -
XYZ 79.36 90.17 59.68 -
YUV 239.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 242 249 186 0.03 0 0.25 0.02 66.67 0.84 0.85
Hex F2 F9 BA 3 0 19 2 43 54 55
Octal 362 371 272 3 0 31 2 103 124 125
Binary 11110010 11111001 10111010 11 0 11001 10 1000011 1010100 1010101

Color Harmonies of #F2F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F9BA

Black with #F2F9BA

Text Example


Text Example

White with #F2F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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