#F9CABC

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

Shades of Your Pink #F9CABC

Tints of Your Pink #F9CABC

Color information

#F9CABC (or 0xF9CABC) is unknown color: approx Your Pink. HEX triplet: F9, CA and BC. RGB value is (249,202,188). Sum of RGB (Red+Green+Blue) = 249+202+188=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CABC is #063543. Grayscale: #D6D6D6. Windows color (decimal): -406852 or 12372729. OLE color: 12372729.

HSL color Cylindrical-coordinate representation of color #F9CABC: hue angle of 13.77º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9CABC is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249202188-
CMYK00.190.240.02
HSL13.77º83.56%85.69%-
HSV(B)13.77º24.5%97.65%-
XYZ69.2666.0156.67-
YUV214.46113.07152.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 188 (73.83% from 255) = 29.42%
R=38.97%
G=31.61%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920218800.190.240.0213.7783.5685.69
HexF9CABC013182e5456
Octal37131227402330216124126
Binary1111100111001010101111000100111100010111010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CABC; }

 p { color: rgb(249,202,188); }

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

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

 a { background-color: rgb(249,202,188); }

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

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

 span { border-color: rgb(249,202,188); }

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