Html Css Color HEX #F2FDBA Chiffon

📋 copy color: '#F2FDBA'

red 242 ◦ green 253 ◦ blue 186

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

Shades of Chiffon #F2FDBA

Tints of Chiffon #F2FDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.15%

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

R = 35.54%
G = 37.15%
B = 27.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#F2FDBA (or 0xF2FDBA) is known color: Chiffon. HEX triplet: F2, FD and BA. RGB value is (242,253,186). Sum of RGB (Red+Green+Blue) = 242+253+186=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDBA is #0D0245. Grayscale: #F2F2F2. Windows color (decimal): -852550 or 12254706. OLE color: 12254706.

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

Color convert

RGB 242 253 186 -
CMYK 0.04 0 0.26 0.01
HSL 69.85º 0.94% 0.86% -
HSV(B) 69.85º 0.26% 0.99% -
XYZ 80.61 92.67 60.09 -
YUV 242.07 96.36 127.95 -
System Red Green Blue C M Y K H S L
Decimal 242 253 186 0.04 0 0.26 0.01 69.85 0.94 0.86
Hex F2 FD BA 4 0 1A 1 46 5E 56
Octal 362 375 272 4 0 32 1 106 136 126
Binary 11110010 11111101 10111010 100 0 11010 1 1000110 1011110 1010110

Color Harmonies of #F2FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDBA

Black with #F2FDBA

Text Example


Text Example

White with #F2FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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