Html Css Color HEX #F2FFB6 Chiffon

📋 copy color: '#F2FFB6'

red 242 ◦ green 255 ◦ blue 182

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

Shades of Chiffon #F2FFB6

Tints of Chiffon #F2FFB6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.56%

 BLUE value IS 182 (71.48% from 255) = 26.8%

R = 35.64%
G = 37.56%
B = 26.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#F2FFB6 (or 0xF2FFB6) is known color: Chiffon. HEX triplet: F2, FF and B6. RGB value is (242,255,182). Sum of RGB (Red+Green+Blue) = 242+255+182=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 182 (71.48% from 255 or 26.80% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFB6 is #0D0049. Grayscale: #F3F3F3. Windows color (decimal): -852042 or 11993074. OLE color: 11993074.

HSL color Cylindrical-coordinate representation of color #F2FFB6: hue angle of 70.68º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2FFB6 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 242 255 182 -
CMYK 0.05 0 0.29 0
HSL 70.68º 1% 0.86% -
HSV(B) 70.68º 0.29% 1% -
XYZ 80.82 93.77 58.1 -
YUV 242.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 242 255 182 0.05 0 0.29 0 70.68 1 0.86
Hex F2 FF B6 5 0 1D 0 47 64 56
Octal 362 377 266 5 0 35 0 107 144 126
Binary 11110010 11111111 10110110 101 0 11101 0 1000111 1100100 1010110

Color Harmonies of #F2FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFB6

Black with #F2FFB6

Text Example


Text Example

White with #F2FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFB6; }

 p { color: rgb(242,255,182); }

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

background-color css

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

 a { background-color: rgb(242,255,182); }

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

border-color css

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

 span { border-color: rgb(242,255,182); }

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