Html Css Color HEX #F0BCD1 Chantilly

📋 copy color: '#F0BCD1'

red 240 ◦ green 188 ◦ blue 209

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

Shades of Chantilly #F0BCD1

Tints of Chantilly #F0BCD1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.51%

 BLUE value IS 209 (82.03% from 255) = 32.81%

R = 37.68%
G = 29.51%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#F0BCD1 (or 0xF0BCD1) is known color: Chantilly. HEX triplet: F0, BC and D1. RGB value is (240,188,209). Sum of RGB (Red+Green+Blue) = 240+188+209=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BCD1 is #0F432E. Grayscale: #CDCDCD. Windows color (decimal): -1000239 or 13745392. OLE color: 13745392.

HSL color Cylindrical-coordinate representation of color #F0BCD1: hue angle of 335.77º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BCD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 188 209 -
CMYK 0 0.22 0.13 0.06
HSL 335.77º 0.63% 0.84% -
HSV(B) 335.77º 0.22% 0.94% -
XYZ 65.43 59.1 68.28 -
YUV 205.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 240 188 209 0 0.22 0.13 0.06 335.77 0.63 0.84
Hex F0 BC D1 0 16 D 6 150 3F 54
Octal 360 274 321 0 26 15 6 520 77 124
Binary 11110000 10111100 11010001 0 10110 1101 110 101010000 111111 1010100

Color Harmonies of #F0BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BCD1

Black with #F0BCD1

Text Example


Text Example

White with #F0BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BCD1; }

 p { color: rgb(240,188,209); }

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

background-color css

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

 a { background-color: rgb(240,188,209); }

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

border-color css

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

 span { border-color: rgb(240,188,209); }

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