Html Css Color HEX #F2F6BE Chiffon

📋 copy color: '#F2F6BE'

red 242 ◦ green 246 ◦ blue 190

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

Shades of Chiffon #F2F6BE

Tints of Chiffon #F2F6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 28.02%

R = 35.69%
G = 36.28%
B = 28.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F2F6BE (or 0xF2F6BE) is known color: Chiffon. HEX triplet: F2, F6 and BE. RGB value is (242,246,190). Sum of RGB (Red+Green+Blue) = 242+246+190=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 190 (74.61% from 255 or 28.02% from 678); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6BE is #0D0941. Grayscale: #EEEEEE. Windows color (decimal): -854338 or 12515058. OLE color: 12515058.

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

Color convert

RGB 242 246 190 -
CMYK 0.02 0 0.23 0.04
HSL 64.29º 0.76% 0.85% -
HSV(B) 64.29º 0.23% 0.96% -
XYZ 78.87 88.51 61.64 -
YUV 238.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 242 246 190 0.02 0 0.23 0.04 64.29 0.76 0.85
Hex F2 F6 BE 2 0 17 4 40 4C 55
Octal 362 366 276 2 0 27 4 100 114 125
Binary 11110010 11110110 10111110 10 0 10111 100 1000000 1001100 1010101

Color Harmonies of #F2F6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6BE

Black with #F2F6BE

Text Example


Text Example

White with #F2F6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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