Html Css Color HEX #F6FCBA Chiffon

📋 copy color: '#F6FCBA'

red 246 ◦ green 252 ◦ blue 186

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

Shades of Chiffon #F6FCBA

Tints of Chiffon #F6FCBA

RGB

 RED value IS 246 (96.48% from 255) = 35.96%

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

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

R = 35.96%
G = 36.84%
B = 27.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#F6FCBA (or 0xF6FCBA) is known color: Chiffon. HEX triplet: F6, FC and BA. RGB value is (246,252,186). Sum of RGB (Red+Green+Blue) = 246+252+186=684 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.96% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 186 (73.05% from 255 or 27.19% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCBA is #090345. Grayscale: #F2F2F2. Windows color (decimal): -590662 or 12254454. OLE color: 12254454.

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

Color convert

RGB 246 252 186 -
CMYK 0.02 0 0.26 0.01
HSL 65.45º 0.92% 0.86% -
HSV(B) 65.45º 0.26% 0.99% -
XYZ 81.68 92.76 60.05 -
YUV 242.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 246 252 186 0.02 0 0.26 0.01 65.45 0.92 0.86
Hex F6 FC BA 2 0 1A 1 41 5C 56
Octal 366 374 272 2 0 32 1 101 134 126
Binary 11110110 11111100 10111010 10 0 11010 1 1000001 1011100 1010110

Color Harmonies of #F6FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCBA

Black with #F6FCBA

Text Example


Text Example

White with #F6FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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