Html Css Color HEX #F2BACC Chantilly

📋 copy color: '#F2BACC'

red 242 ◦ green 186 ◦ blue 204

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

Shades of Chantilly #F2BACC

Tints of Chantilly #F2BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.43%

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 38.29%
G = 29.43%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2BACC (or 0xF2BACC) is known color: Chantilly. HEX triplet: F2, BA and CC. RGB value is (242,186,204). Sum of RGB (Red+Green+Blue) = 242+186+204=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BACC is #0D4533. Grayscale: #CCCCCC. Windows color (decimal): -869684 or 13417202. OLE color: 13417202.

HSL color Cylindrical-coordinate representation of color #F2BACC: hue angle of 340.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BACC is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 204 -
CMYK 0 0.23 0.16 0.05
HSL 340.71º 0.68% 0.84% -
HSV(B) 340.71º 0.23% 0.95% -
XYZ 65.08 58.35 64.96 -
YUV 204.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 242 186 204 0 0.23 0.16 0.05 340.71 0.68 0.84
Hex F2 BA CC 0 17 10 5 155 44 54
Octal 362 272 314 0 27 20 5 525 104 124
Binary 11110010 10111010 11001100 0 10111 10000 101 101010101 1000100 1010100

Color Harmonies of #F2BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BACC

Black with #F2BACC

Text Example


Text Example

White with #F2BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BACC; }

 p { color: rgb(242,186,204); }

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

background-color css

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

 a { background-color: rgb(242,186,204); }

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

border-color css

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

 span { border-color: rgb(242,186,204); }

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