#F2C7BF

Color #F2C7BF Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #F2C7BF

Tints of Your Pink #F2C7BF

Color information

#F2C7BF (or 0xF2C7BF) is unknown color: approx Your Pink. HEX triplet: F2, C7 and BF. RGB value is (242,199,191). Sum of RGB (Red+Green+Blue) = 242+199+191=632 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.29% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7BF is #0D3840. Grayscale: #D3D3D3. Windows color (decimal): -866369 or 12568562. OLE color: 12568562.

HSL color Cylindrical-coordinate representation of color #F2C7BF: hue angle of 9.41º 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 #F2C7BF is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB242199191-
CMYK00.180.210.05
HSL9.41º66.23%84.9%-
HSV(B)9.41º21.07%94.9%-
XYZ66.4563.4958.04-
YUV210.94116.75150.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.29%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 191 (75% from 255) = 30.22%
R=38.29%
G=31.49%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219919100.180.210.059.4166.2384.9
HexF2C7BF01215594255
Octal36230727702225511102125
Binary11110010110001111011111101001010101101100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C7BF; }

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

 H1.HeaderClassName
 {
   color: #F2C7BF;
 }
 .AnyTagClassName
 {
   color: #F2C7BF;
 }
</style>
background-color css

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

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

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

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

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

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