#F2C3CB

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

Shades of Pink #F2C3CB

Tints of Pink #F2C3CB

Color information

#F2C3CB (or 0xF2C3CB) is unknown color: approx Pink. HEX triplet: F2, C3 and CB. RGB value is (242,195,203). Sum of RGB (Red+Green+Blue) = 242+195+203=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 195 (76.56% from 255 or 30.47% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C3CB is #0D3C34. Grayscale: #D1D1D1. Windows color (decimal): -867381 or 13353970. OLE color: 13353970.

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

Color convert

RGB242195203-
CMYK00.190.160.05
HSL349.79º64.38%85.69%-
HSV(B)349.79º19.42%94.9%-
XYZ66.9162.2264.98-
YUV209.96124.07150.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 195 (76.56% from 255) = 30.47%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=37.81%
G=30.47%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219520300.190.160.05349.7964.3885.69
HexF2C3CB01310515e4056
Octal362303313023205536100126
Binary1111001011000011110010110100111000010110101111010000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C3CB; }

 p { color: rgb(242,195,203); }

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

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

 a { background-color: rgb(242,195,203); }

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

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

 span { border-color: rgb(242,195,203); }

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