Html Css Color HEX #F0BDCC Chantilly

📋 copy color: '#F0BDCC'

red 240 ◦ green 189 ◦ blue 204

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

Shades of Chantilly #F0BDCC

Tints of Chantilly #F0BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 37.91%
G = 29.86%
B = 32.23%

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

#F0BDCC (or 0xF0BDCC) is known color: Chantilly. HEX triplet: F0, BD and CC. RGB value is (240,189,204). Sum of RGB (Red+Green+Blue) = 240+189+204=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCC is #0F4233. Grayscale: #CDCDCD. Windows color (decimal): -999988 or 13417968. OLE color: 13417968.

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

Color convert

RGB 240 189 204 -
CMYK 0 0.21 0.15 0.06
HSL 342.35º 0.63% 0.84% -
HSV(B) 342.35º 0.21% 0.94% -
XYZ 65.03 59.28 65.14 -
YUV 205.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 240 189 204 0 0.21 0.15 0.06 342.35 0.63 0.84
Hex F0 BD CC 0 15 F 6 156 3F 54
Octal 360 275 314 0 25 17 6 526 77 124
Binary 11110000 10111101 11001100 0 10101 1111 110 101010110 111111 1010100

Color Harmonies of #F0BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDCC

Black with #F0BDCC

Text Example


Text Example

White with #F0BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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