#F9C3CE

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

Shades of Pink #F9C3CE

Tints of Pink #F9C3CE

Color information

#F9C3CE (or 0xF9C3CE) is unknown color: approx Pink. HEX triplet: F9, C3 and CE. RGB value is (249,195,206). Sum of RGB (Red+Green+Blue) = 249+195+206=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C3CE is #063C31. Grayscale: #D4D4D4. Windows color (decimal): -408626 or 13550585. OLE color: 13550585.

HSL color Cylindrical-coordinate representation of color #F9C3CE: hue angle of 347.78º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F9C3CE is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249195206-
CMYK00.220.170.02
HSL347.78º81.82%87.06%-
HSV(B)347.78º21.69%97.65%-
XYZ69.7263.6367-
YUV212.4124.39154.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.31%
GREEN value IS 195 (76.56% from 255) = 30%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=38.31%
G=30%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919520600.220.170.02347.7881.8287.06
HexF9C3CE01611215c5257
Octal371303316026212534122127
Binary111110011100001111001110010110100011010101110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C3CE; }

 p { color: rgb(249,195,206); }

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

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

 a { background-color: rgb(249,195,206); }

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

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

 span { border-color: rgb(249,195,206); }

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