Html Css Color HEX #F5FCBA Chiffon

📋 copy color: '#F5FCBA'

red 245 ◦ green 252 ◦ blue 186

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

Shades of Chiffon #F5FCBA

Tints of Chiffon #F5FCBA

RGB

 RED value IS 245 (96.09% from 255) = 35.87%

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

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

R = 35.87%
G = 36.9%
B = 27.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#F5FCBA (or 0xF5FCBA) is known color: Chiffon. HEX triplet: F5, FC and BA. RGB value is (245,252,186). Sum of RGB (Red+Green+Blue) = 245+252+186=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 186 (73.05% from 255 or 27.23% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCBA is #0A0345. Grayscale: #F2F2F2. Windows color (decimal): -656198 or 12254453. OLE color: 12254453.

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

Color convert

RGB 245 252 186 -
CMYK 0.03 0 0.26 0.01
HSL 66.36º 0.92% 0.86% -
HSV(B) 66.36º 0.26% 0.99% -
XYZ 81.33 92.58 60.04 -
YUV 242.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 245 252 186 0.03 0 0.26 0.01 66.36 0.92 0.86
Hex F5 FC BA 3 0 1A 1 42 5C 56
Octal 365 374 272 3 0 32 1 102 134 126
Binary 11110101 11111100 10111010 11 0 11010 1 1000010 1011100 1010110

Color Harmonies of #F5FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCBA

Black with #F5FCBA

Text Example


Text Example

White with #F5FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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