Html Css Color HEX #F0B7CD Chantilly

📋 copy color: '#F0B7CD'

red 240 ◦ green 183 ◦ blue 205

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

Shades of Chantilly #F0B7CD

Tints of Chantilly #F0B7CD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.14%

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

R = 38.22%
G = 29.14%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0B7CD (or 0xF0B7CD) is known color: Chantilly. HEX triplet: F0, B7 and CD. RGB value is (240,183,205). Sum of RGB (Red+Green+Blue) = 240+183+205=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B7CD is #0F4832. Grayscale: #CACACA. Windows color (decimal): -1001523 or 13481968. OLE color: 13481968.

HSL color Cylindrical-coordinate representation of color #F0B7CD: hue angle of 336.84º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7CD is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 205 -
CMYK 0 0.24 0.15 0.06
HSL 336.84º 0.66% 0.83% -
HSV(B) 336.84º 0.24% 0.94% -
XYZ 63.89 56.8 65.35 -
YUV 202.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 240 183 205 0 0.24 0.15 0.06 336.84 0.66 0.83
Hex F0 B7 CD 0 18 F 6 151 42 53
Octal 360 267 315 0 30 17 6 521 102 123
Binary 11110000 10110111 11001101 0 11000 1111 110 101010001 1000010 1010011

Color Harmonies of #F0B7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B7CD

Black with #F0B7CD

Text Example


Text Example

White with #F0B7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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