Html Css Color HEX #F2BFCA Chantilly

📋 copy color: '#F2BFCA'

red 242 ◦ green 191 ◦ blue 202

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

Shades of Chantilly #F2BFCA

Tints of Chantilly #F2BFCA

RGB

 RED value IS 242 (94.92% from 255) = 38.11%

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

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

R = 38.11%
G = 30.08%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2BFCA (or 0xF2BFCA) is known color: Chantilly. HEX triplet: F2, BF and CA. RGB value is (242,191,202). Sum of RGB (Red+Green+Blue) = 242+191+202=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFCA is #0D4035. Grayscale: #CFCFCF. Windows color (decimal): -868406 or 13287410. OLE color: 13287410.

HSL color Cylindrical-coordinate representation of color #F2BFCA: hue angle of 347.06º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2BFCA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 191 202 -
CMYK 0 0.21 0.17 0.05
HSL 347.06º 0.66% 0.85% -
HSV(B) 347.06º 0.21% 0.95% -
XYZ 65.91 60.4 64.06 -
YUV 207.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 242 191 202 0 0.21 0.17 0.05 347.06 0.66 0.85
Hex F2 BF CA 0 15 11 5 15B 42 55
Octal 362 277 312 0 25 21 5 533 102 125
Binary 11110010 10111111 11001010 0 10101 10001 101 101011011 1000010 1010101

Color Harmonies of #F2BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFCA

Black with #F2BFCA

Text Example


Text Example

White with #F2BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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