Html Css Color HEX #F0BFCA Chantilly

📋 copy color: '#F0BFCA'

red 240 ◦ green 191 ◦ blue 202

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

Shades of Chantilly #F0BFCA

Tints of Chantilly #F0BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.91%

R = 37.91%
G = 30.17%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#F0BFCA (or 0xF0BFCA) is known color: Chantilly. HEX triplet: F0, BF and CA. RGB value is (240,191,202). Sum of RGB (Red+Green+Blue) = 240+191+202=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFCA is #0F4035. Grayscale: #CECECE. Windows color (decimal): -999478 or 13287408. OLE color: 13287408.

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

Color convert

RGB 240 191 202 -
CMYK 0 0.20 0.16 0.06
HSL 346.53º 0.62% 0.85% -
HSV(B) 346.53º 0.2% 0.94% -
XYZ 65.23 60.05 64.03 -
YUV 206.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 240 191 202 0 0.20 0.16 0.06 346.53 0.62 0.85
Hex F0 BF CA 0 14 10 6 15B 3E 55
Octal 360 277 312 0 24 20 6 533 76 125
Binary 11110000 10111111 11001010 0 10100 10000 110 101011011 111110 1010101

Color Harmonies of #F0BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BFCA

Black with #F0BFCA

Text Example


Text Example

White with #F0BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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