Html Css Color HEX #F2FCB5 Chiffon

📋 copy color: '#F2FCB5'

red 242 ◦ green 252 ◦ blue 181

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

Shades of Chiffon #F2FCB5

Tints of Chiffon #F2FCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.81%

R = 35.85%
G = 37.33%
B = 26.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#F2FCB5 (or 0xF2FCB5) is known color: Chiffon. HEX triplet: F2, FC and B5. RGB value is (242,252,181). Sum of RGB (Red+Green+Blue) = 242+252+181=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 181 (71.09% from 255 or 26.81% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCB5 is #0D034A. Grayscale: #F1F1F1. Windows color (decimal): -852811 or 11926770. OLE color: 11926770.

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

Color convert

RGB 242 252 181 -
CMYK 0.04 0 0.28 0.01
HSL 68.45º 0.92% 0.85% -
HSV(B) 68.45º 0.28% 0.99% -
XYZ 79.77 91.83 57.24 -
YUV 240.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 242 252 181 0.04 0 0.28 0.01 68.45 0.92 0.85
Hex F2 FC B5 4 0 1C 1 44 5C 55
Octal 362 374 265 4 0 34 1 104 134 125
Binary 11110010 11111100 10110101 100 0 11100 1 1000100 1011100 1010101

Color Harmonies of #F2FCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCB5

Black with #F2FCB5

Text Example


Text Example

White with #F2FCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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