Html Css Color HEX #F0BBD1 Chantilly

📋 copy color: '#F0BBD1'

red 240 ◦ green 187 ◦ blue 209

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

Shades of Chantilly #F0BBD1

Tints of Chantilly #F0BBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.4%

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

R = 37.74%
G = 29.4%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0BBD1 (or 0xF0BBD1) is known color: Chantilly. HEX triplet: F0, BB and D1. RGB value is (240,187,209). Sum of RGB (Red+Green+Blue) = 240+187+209=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBD1 is #0F442E. Grayscale: #CDCDCD. Windows color (decimal): -1000495 or 13745136. OLE color: 13745136.

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

Color convert

RGB 240 187 209 -
CMYK 0 0.22 0.13 0.06
HSL 335.09º 0.64% 0.84% -
HSV(B) 335.09º 0.22% 0.94% -
XYZ 65.21 58.67 68.21 -
YUV 205.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 240 187 209 0 0.22 0.13 0.06 335.09 0.64 0.84
Hex F0 BB D1 0 16 D 6 14F 40 54
Octal 360 273 321 0 26 15 6 517 100 124
Binary 11110000 10111011 11010001 0 10110 1101 110 101001111 1000000 1010100

Color Harmonies of #F0BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BBD1

Black with #F0BBD1

Text Example


Text Example

White with #F0BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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