Html Css Color HEX #F2F6BA Chiffon

📋 copy color: '#F2F6BA'

red 242 ◦ green 246 ◦ blue 186

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

Shades of Chiffon #F2F6BA

Tints of Chiffon #F2F6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.5%

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

R = 35.91%
G = 36.5%
B = 27.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F2F6BA (or 0xF2F6BA) is known color: Chiffon. HEX triplet: F2, F6 and BA. RGB value is (242,246,186). Sum of RGB (Red+Green+Blue) = 242+246+186=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6BA is #0D0945. Grayscale: #EEEEEE. Windows color (decimal): -854342 or 12252914. OLE color: 12252914.

HSL color Cylindrical-coordinate representation of color #F2F6BA: hue angle of 64º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2F6BA is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 186 -
CMYK 0.02 0 0.24 0.04
HSL 64º 0.77% 0.85% -
HSV(B) 64º 0.24% 0.96% -
XYZ 78.44 88.33 59.37 -
YUV 237.96 98.67 130.88 -
System Red Green Blue C M Y K H S L
Decimal 242 246 186 0.02 0 0.24 0.04 64 0.77 0.85
Hex F2 F6 BA 2 0 18 4 40 4D 55
Octal 362 366 272 2 0 30 4 100 115 125
Binary 11110010 11110110 10111010 10 0 11000 100 1000000 1001101 1010101

Color Harmonies of #F2F6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6BA

Black with #F2F6BA

Text Example


Text Example

White with #F2F6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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