#F8CABD

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

Shades of Your Pink #F8CABD

Tints of Your Pink #F8CABD

Color information

#F8CABD (or 0xF8CABD) is unknown color: approx Your Pink. HEX triplet: F8, CA and BD. RGB value is (248,202,189). Sum of RGB (Red+Green+Blue) = 248+202+189=639 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.81% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CABD is #073542. Grayscale: #D6D6D6. Windows color (decimal): -472387 or 12438264. OLE color: 12438264.

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

Color convert

RGB248202189-
CMYK00.190.240.03
HSL13.22º80.82%85.69%-
HSV(B)13.22º23.79%97.25%-
XYZ69.0265.8757.22-
YUV214.27113.74152.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.81%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 189 (74.22% from 255) = 29.58%
R=38.81%
G=31.61%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820218900.190.240.0313.2280.8285.69
HexF8CABD013183d5156
Octal37031227502330315121126
Binary1111100011001010101111010100111100011110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CABD; }

 p { color: rgb(248,202,189); }

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

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

 a { background-color: rgb(248,202,189); }

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

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

 span { border-color: rgb(248,202,189); }

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