Html Css Color HEX #F0BDD1 Chantilly

📋 copy color: '#F0BDD1'

red 240 ◦ green 189 ◦ blue 209

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

Shades of Chantilly #F0BDD1

Tints of Chantilly #F0BDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.76%

R = 37.62%
G = 29.62%
B = 32.76%

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

#F0BDD1 (or 0xF0BDD1) is known color: Chantilly. HEX triplet: F0, BD and D1. RGB value is (240,189,209). Sum of RGB (Red+Green+Blue) = 240+189+209=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDD1 is #0F422E. Grayscale: #CECECE. Windows color (decimal): -999983 or 13745648. OLE color: 13745648.

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

Color convert

RGB 240 189 209 -
CMYK 0 0.21 0.13 0.06
HSL 336.47º 0.63% 0.84% -
HSV(B) 336.47º 0.21% 0.94% -
XYZ 65.64 59.52 68.35 -
YUV 206.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 240 189 209 0 0.21 0.13 0.06 336.47 0.63 0.84
Hex F0 BD D1 0 15 D 6 150 3F 54
Octal 360 275 321 0 25 15 6 520 77 124
Binary 11110000 10111101 11010001 0 10101 1101 110 101010000 111111 1010100

Color Harmonies of #F0BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDD1

Black with #F0BDD1

Text Example


Text Example

White with #F0BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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