Html Css Color HEX #F2FABA Chiffon

📋 copy color: '#F2FABA'

red 242 ◦ green 250 ◦ blue 186

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

Shades of Chiffon #F2FABA

Tints of Chiffon #F2FABA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.87%

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

R = 35.69%
G = 36.87%
B = 27.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F2FABA (or 0xF2FABA) is known color: Chiffon. HEX triplet: F2, FA and BA. RGB value is (242,250,186). Sum of RGB (Red+Green+Blue) = 242+250+186=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FABA is #0D0545. Grayscale: #F0F0F0. Windows color (decimal): -853318 or 12253938. OLE color: 12253938.

HSL color Cylindrical-coordinate representation of color #F2FABA: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2FABA is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 250 186 -
CMYK 0.03 0 0.26 0.02
HSL 67.5º 0.86% 0.85% -
HSV(B) 67.5º 0.26% 0.98% -
XYZ 79.67 90.79 59.78 -
YUV 240.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 242 250 186 0.03 0 0.26 0.02 67.5 0.86 0.85
Hex F2 FA BA 3 0 1A 2 44 56 55
Octal 362 372 272 3 0 32 2 104 126 125
Binary 11110010 11111010 10111010 11 0 11010 10 1000100 1010110 1010101

Color Harmonies of #F2FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FABA

Black with #F2FABA

Text Example


Text Example

White with #F2FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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