Html Css Color HEX #F5FFBF Chiffon

📋 copy color: '#F5FFBF'

red 245 ◦ green 255 ◦ blue 191

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

Shades of Chiffon #F5FFBF

Tints of Chiffon #F5FFBF

RGB

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

 GREEN value IS 255 (100% from 255) = 36.9%

 BLUE value IS 191 (75% from 255) = 27.64%

R = 35.46%
G = 36.9%
B = 27.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#F5FFBF (or 0xF5FFBF) is known color: Chiffon. HEX triplet: F5, FF and BF. RGB value is (245,255,191). Sum of RGB (Red+Green+Blue) = 245+255+191=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFBF is #0A0040. Grayscale: #F4F4F4. Windows color (decimal): -655425 or 12582901. OLE color: 12582901.

HSL color Cylindrical-coordinate representation of color #F5FFBF: hue angle of 69.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5FFBF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 245 255 191 -
CMYK 0.04 0 0.25 0
HSL 69.38º 1% 0.87% -
HSV(B) 69.38º 0.25% 1% -
XYZ 82.82 94.69 63.2 -
YUV 244.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 245 255 191 0.04 0 0.25 0 69.38 1 0.87
Hex F5 FF BF 4 0 19 0 45 64 57
Octal 365 377 277 4 0 31 0 105 144 127
Binary 11110101 11111111 10111111 100 0 11001 0 1000101 1100100 1010111

Color Harmonies of #F5FFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFBF

Black with #F5FFBF

Text Example


Text Example

White with #F5FFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFBF; }

 p { color: rgb(245,255,191); }

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

background-color css

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

 a { background-color: rgb(245,255,191); }

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

border-color css

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

 span { border-color: rgb(245,255,191); }

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