Html Css Color HEX #F0BDD0 Chantilly

📋 copy color: '#F0BDD0'

red 240 ◦ green 189 ◦ blue 208

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

Shades of Chantilly #F0BDD0

Tints of Chantilly #F0BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 37.68%
G = 29.67%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0BDD0 (or 0xF0BDD0) is known color: Chantilly. HEX triplet: F0, BD and D0. RGB value is (240,189,208). Sum of RGB (Red+Green+Blue) = 240+189+208=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD0 is #0F422F. Grayscale: #CECECE. Windows color (decimal): -999984 or 13680112. OLE color: 13680112.

HSL color Cylindrical-coordinate representation of color #F0BDD0: hue angle of 337.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDD0 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 208 -
CMYK 0 0.21 0.13 0.06
HSL 337.65º 0.63% 0.84% -
HSV(B) 337.65º 0.21% 0.94% -
XYZ 65.52 59.47 67.7 -
YUV 206.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 240 189 208 0 0.21 0.13 0.06 337.65 0.63 0.84
Hex F0 BD D0 0 15 D 6 152 3F 54
Octal 360 275 320 0 25 15 6 522 77 124
Binary 11110000 10111101 11010000 0 10101 1101 110 101010010 111111 1010100

Color Harmonies of #F0BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDD0

Black with #F0BDD0

Text Example


Text Example

White with #F0BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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