Html Css Color HEX #F0BFCF Chantilly

📋 copy color: '#F0BFCF'

red 240 ◦ green 191 ◦ blue 207

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

Shades of Chantilly #F0BFCF

Tints of Chantilly #F0BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 29.94%

 BLUE value IS 207 (81.25% from 255) = 32.45%

R = 37.62%
G = 29.94%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0BFCF (or 0xF0BFCF) is known color: Chantilly. HEX triplet: F0, BF and CF. RGB value is (240,191,207). Sum of RGB (Red+Green+Blue) = 240+191+207=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCF is #0F4030. Grayscale: #CFCFCF. Windows color (decimal): -999473 or 13615088. OLE color: 13615088.

HSL color Cylindrical-coordinate representation of color #F0BFCF: hue angle of 340.41º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFCF is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 191 207 -
CMYK 0 0.20 0.14 0.06
HSL 340.41º 0.62% 0.85% -
HSV(B) 340.41º 0.2% 0.94% -
XYZ 65.83 60.29 67.2 -
YUV 207.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 240 191 207 0 0.20 0.14 0.06 340.41 0.62 0.85
Hex F0 BF CF 0 14 E 6 154 3E 55
Octal 360 277 317 0 24 16 6 524 76 125
Binary 11110000 10111111 11001111 0 10100 1110 110 101010100 111110 1010101

Color Harmonies of #F0BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFCF

Black with #F0BFCF

Text Example


Text Example

White with #F0BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFCF; }

 p { color: rgb(240,191,207); }

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

background-color css

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

 a { background-color: rgb(240,191,207); }

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

border-color css

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

 span { border-color: rgb(240,191,207); }

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