#F8CABE

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

Shades of Your Pink #F8CABE

Tints of Your Pink #F8CABE

Color information

#F8CABE (or 0xF8CABE) is unknown color: approx Your Pink. HEX triplet: F8, CA and BE. RGB value is (248,202,190). Sum of RGB (Red+Green+Blue) = 248+202+190=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CABE is #073541. Grayscale: #D6D6D6. Windows color (decimal): -472386 or 12503800. OLE color: 12503800.

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

Color convert

RGB248202190-
CMYK00.190.230.03
HSL12.41º80.56%85.88%-
HSV(B)12.41º23.39%97.25%-
XYZ69.1365.9257.79-
YUV214.39114.24151.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.75%
GREEN value IS 202 (79.30% from 255) = 31.56%
BLUE value IS 190 (74.61% from 255) = 29.69%
R=38.75%
G=31.56%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820219000.190.230.0312.4180.5685.88
HexF8CABE013173c5156
Octal37031227602327314121126
Binary1111100011001010101111100100111011111110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CABE; }

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

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

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

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

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

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

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

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