Html Css Color HEX #F0BDCB Chantilly

📋 copy color: '#F0BDCB'

red 240 ◦ green 189 ◦ blue 203

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

Shades of Chantilly #F0BDCB

Tints of Chantilly #F0BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.12%

R = 37.97%
G = 29.91%
B = 32.12%

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

#F0BDCB (or 0xF0BDCB) is known color: Chantilly. HEX triplet: F0, BD and CB. RGB value is (240,189,203). Sum of RGB (Red+Green+Blue) = 240+189+203=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDCB is #0F4234. Grayscale: #CDCDCD. Windows color (decimal): -999989 or 13352432. OLE color: 13352432.

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

Color convert

RGB 240 189 203 -
CMYK 0 0.21 0.15 0.06
HSL 343.53º 0.63% 0.84% -
HSV(B) 343.53º 0.21% 0.94% -
XYZ 64.91 59.23 64.51 -
YUV 205.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 240 189 203 0 0.21 0.15 0.06 343.53 0.63 0.84
Hex F0 BD CB 0 15 F 6 158 3F 54
Octal 360 275 313 0 25 17 6 530 77 124
Binary 11110000 10111101 11001011 0 10101 1111 110 101011000 111111 1010100

Color Harmonies of #F0BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDCB

Black with #F0BDCB

Text Example


Text Example

White with #F0BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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