Html Css Color HEX #F0BDC7 Chantilly

📋 copy color: '#F0BDC7'

red 240 ◦ green 189 ◦ blue 199

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

Shades of Chantilly #F0BDC7

Tints of Chantilly #F0BDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.69%

R = 38.22%
G = 30.1%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F0BDC7 (or 0xF0BDC7) is known color: Chantilly. HEX triplet: F0, BD and C7. RGB value is (240,189,199). Sum of RGB (Red+Green+Blue) = 240+189+199=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDC7 is #0F4238. Grayscale: #CDCDCD. Windows color (decimal): -999993 or 13090288. OLE color: 13090288.

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

Color convert

RGB 240 189 199 -
CMYK 0 0.21 0.17 0.06
HSL 348.24º 0.63% 0.84% -
HSV(B) 348.24º 0.21% 0.94% -
XYZ 64.44 59.04 62.03 -
YUV 205.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 240 189 199 0 0.21 0.17 0.06 348.24 0.63 0.84
Hex F0 BD C7 0 15 11 6 15C 3F 54
Octal 360 275 307 0 25 21 6 534 77 124
Binary 11110000 10111101 11000111 0 10101 10001 110 101011100 111111 1010100

Color Harmonies of #F0BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDC7

Black with #F0BDC7

Text Example


Text Example

White with #F0BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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