Html Css Color HEX #F0FFBD Chiffon

📋 copy color: '#F0FFBD'

red 240 ◦ green 255 ◦ blue 189

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

Shades of Chiffon #F0FFBD

Tints of Chiffon #F0FFBD

RGB

 RED value IS 240 (94.14% from 255) = 35.09%

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

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

R = 35.09%
G = 37.28%
B = 27.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#F0FFBD (or 0xF0FFBD) is known color: Chiffon. HEX triplet: F0, FF and BD. RGB value is (240,255,189). Sum of RGB (Red+Green+Blue) = 240+255+189=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 189 (74.22% from 255 or 27.63% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFBD is #0F0042. Grayscale: #F3F3F3. Windows color (decimal): -983107 or 12451824. OLE color: 12451824.

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

Color convert

RGB 240 255 189 -
CMYK 0.06 0 0.26 0
HSL 73.64º 1% 0.87% -
HSV(B) 73.64º 0.26% 1% -
XYZ 80.88 93.72 61.97 -
YUV 242.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 240 255 189 0.06 0 0.26 0 73.64 1 0.87
Hex F0 FF BD 6 0 1A 0 4A 64 57
Octal 360 377 275 6 0 32 0 112 144 127
Binary 11110000 11111111 10111101 110 0 11010 0 1001010 1100100 1010111

Color Harmonies of #F0FFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FFBD

Black with #F0FFBD

Text Example


Text Example

White with #F0FFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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