Html Css Color HEX #F2FCB9 Chiffon

📋 copy color: '#F2FCB9'

red 242 ◦ green 252 ◦ blue 185

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

Shades of Chiffon #F2FCB9

Tints of Chiffon #F2FCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 185 (72.66% from 255) = 27.25%

R = 35.64%
G = 37.11%
B = 27.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#F2FCB9 (or 0xF2FCB9) is known color: Chiffon. HEX triplet: F2, FC and B9. RGB value is (242,252,185). Sum of RGB (Red+Green+Blue) = 242+252+185=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 185 (72.66% from 255 or 27.25% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCB9 is #0D0346. Grayscale: #F1F1F1. Windows color (decimal): -852807 or 12188914. OLE color: 12188914.

HSL color Cylindrical-coordinate representation of color #F2FCB9: hue angle of 68.96º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2FCB9 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 185 -
CMYK 0.04 0 0.27 0.01
HSL 68.96º 0.92% 0.86% -
HSV(B) 68.96º 0.27% 0.99% -
XYZ 80.19 92 59.43 -
YUV 241.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 242 252 185 0.04 0 0.27 0.01 68.96 0.92 0.86
Hex F2 FC B9 4 0 1B 1 45 5C 56
Octal 362 374 271 4 0 33 1 105 134 126
Binary 11110010 11111100 10111001 100 0 11011 1 1000101 1011100 1010110

Color Harmonies of #F2FCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCB9

Black with #F2FCB9

Text Example


Text Example

White with #F2FCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCB9; }

 p { color: rgb(242,252,185); }

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

background-color css

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

 a { background-color: rgb(242,252,185); }

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

border-color css

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

 span { border-color: rgb(242,252,185); }

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