Html Css Color HEX #F0B3C9 Chantilly

📋 copy color: '#F0B3C9'

red 240 ◦ green 179 ◦ blue 201

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

Shades of Chantilly #F0B3C9

Tints of Chantilly #F0B3C9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.87%

 BLUE value IS 201 (78.91% from 255) = 32.42%

R = 38.71%
G = 28.87%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0B3C9 (or 0xF0B3C9) is known color: Chantilly. HEX triplet: F0, B3 and C9. RGB value is (240,179,201). Sum of RGB (Red+Green+Blue) = 240+179+201=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B3C9 is #0F4C36. Grayscale: #C7C7C7. Windows color (decimal): -1002551 or 13218800. OLE color: 13218800.

HSL color Cylindrical-coordinate representation of color #F0B3C9: hue angle of 338.36º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B3C9 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 201 -
CMYK 0 0.25 0.16 0.06
HSL 338.36º 0.67% 0.82% -
HSV(B) 338.36º 0.25% 0.94% -
XYZ 62.6 54.98 62.57 -
YUV 199.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 240 179 201 0 0.25 0.16 0.06 338.36 0.67 0.82
Hex F0 B3 C9 0 19 10 6 152 43 52
Octal 360 263 311 0 31 20 6 522 103 122
Binary 11110000 10110011 11001001 0 11001 10000 110 101010010 1000011 1010010

Color Harmonies of #F0B3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B3C9

Black with #F0B3C9

Text Example


Text Example

White with #F0B3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B3C9; }

 p { color: rgb(240,179,201); }

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

background-color css

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

 a { background-color: rgb(240,179,201); }

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

border-color css

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

 span { border-color: rgb(240,179,201); }

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