Html Css Color HEX #F5FFBD Chiffon

📋 copy color: '#F5FFBD'

red 245 ◦ green 255 ◦ blue 189

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

Shades of Chiffon #F5FFBD

Tints of Chiffon #F5FFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.43%

R = 35.56%
G = 37.01%
B = 27.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#F5FFBD (or 0xF5FFBD) is known color: Chiffon. HEX triplet: F5, FF and BD. RGB value is (245,255,189). Sum of RGB (Red+Green+Blue) = 245+255+189=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 189 (74.22% from 255 or 27.43% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFBD is #0A0042. Grayscale: #F4F4F4. Windows color (decimal): -655427 or 12451829. OLE color: 12451829.

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

Color convert

RGB 245 255 189 -
CMYK 0.04 0 0.26 0
HSL 69.09º 1% 0.87% -
HSV(B) 69.09º 0.26% 1% -
XYZ 82.6 94.61 62.05 -
YUV 244.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 245 255 189 0.04 0 0.26 0 69.09 1 0.87
Hex F5 FF BD 4 0 1A 0 45 64 57
Octal 365 377 275 4 0 32 0 105 144 127
Binary 11110101 11111111 10111101 100 0 11010 0 1000101 1100100 1010111

Color Harmonies of #F5FFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFBD

Black with #F5FFBD

Text Example


Text Example

White with #F5FFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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