Html Css Color HEX #F0BDCD Chantilly

📋 copy color: '#F0BDCD'

red 240 ◦ green 189 ◦ blue 205

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

Shades of Chantilly #F0BDCD

Tints of Chantilly #F0BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.33%

R = 37.85%
G = 29.81%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0BDCD (or 0xF0BDCD) is known color: Chantilly. HEX triplet: F0, BD and CD. RGB value is (240,189,205). Sum of RGB (Red+Green+Blue) = 240+189+205=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCD is #0F4232. Grayscale: #CECECE. Windows color (decimal): -999987 or 13483504. OLE color: 13483504.

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

Color convert

RGB 240 189 205 -
CMYK 0 0.21 0.15 0.06
HSL 341.18º 0.63% 0.84% -
HSV(B) 341.18º 0.21% 0.94% -
XYZ 65.15 59.33 65.78 -
YUV 206.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 240 189 205 0 0.21 0.15 0.06 341.18 0.63 0.84
Hex F0 BD CD 0 15 F 6 155 3F 54
Octal 360 275 315 0 25 17 6 525 77 124
Binary 11110000 10111101 11001101 0 10101 1111 110 101010101 111111 1010100

Color Harmonies of #F0BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDCD

Black with #F0BDCD

Text Example


Text Example

White with #F0BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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