Html Css Color HEX #F2FBBA Chiffon

📋 copy color: '#F2FBBA'

red 242 ◦ green 251 ◦ blue 186

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

Shades of Chiffon #F2FBBA

Tints of Chiffon #F2FBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.97%

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

R = 35.64%
G = 36.97%
B = 27.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F2FBBA (or 0xF2FBBA) is known color: Chiffon. HEX triplet: F2, FB and BA. RGB value is (242,251,186). Sum of RGB (Red+Green+Blue) = 242+251+186=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBBA is #0D0445. Grayscale: #F1F1F1. Windows color (decimal): -853062 or 12254194. OLE color: 12254194.

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

Color convert

RGB 242 251 186 -
CMYK 0.04 0 0.26 0.02
HSL 68.31º 0.89% 0.86% -
HSV(B) 68.31º 0.26% 0.98% -
XYZ 79.98 91.42 59.88 -
YUV 240.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 242 251 186 0.04 0 0.26 0.02 68.31 0.89 0.86
Hex F2 FB BA 4 0 1A 2 44 59 56
Octal 362 373 272 4 0 32 2 104 131 126
Binary 11110010 11111011 10111010 100 0 11010 10 1000100 1011001 1010110

Color Harmonies of #F2FBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBBA

Black with #F2FBBA

Text Example


Text Example

White with #F2FBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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