Html Css Color HEX #F2FCBA Chiffon

📋 copy color: '#F2FCBA'

red 242 ◦ green 252 ◦ blue 186

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

Shades of Chiffon #F2FCBA

Tints of Chiffon #F2FCBA

RGB

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

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

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

R = 35.59%
G = 37.06%
B = 27.35%

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

#F2FCBA (or 0xF2FCBA) is known color: Chiffon. HEX triplet: F2, FC and BA. RGB value is (242,252,186). Sum of RGB (Red+Green+Blue) = 242+252+186=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 186 (73.05% from 255 or 27.35% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCBA is #0D0345. Grayscale: #F1F1F1. Windows color (decimal): -852806 or 12254450. OLE color: 12254450.

HSL color Cylindrical-coordinate representation of color #F2FCBA: hue angle of 69.09º degrees, saturation: 0.92, 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 #F2FCBA is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 186 -
CMYK 0.04 0 0.26 0.01
HSL 69.09º 0.92% 0.86% -
HSV(B) 69.09º 0.26% 0.99% -
XYZ 80.29 92.04 59.99 -
YUV 241.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 242 252 186 0.04 0 0.26 0.01 69.09 0.92 0.86
Hex F2 FC BA 4 0 1A 1 45 5C 56
Octal 362 374 272 4 0 32 1 105 134 126
Binary 11110010 11111100 10111010 100 0 11010 1 1000101 1011100 1010110

Color Harmonies of #F2FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCBA

Black with #F2FCBA

Text Example


Text Example

White with #F2FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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