#F8BDCA

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

Shades of Pink #F8BDCA

Tints of Pink #F8BDCA

Color information

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

HSL color Cylindrical-coordinate representation of color #F8BDCA: hue angle of 346.78º 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 #F8BDCA is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248189202-
CMYK00.240.190.03
HSL346.78º80.82%85.69%-
HSV(B)346.78º23.79%97.25%-
XYZ67.5760.6264.02-
YUV208.12124.55156.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818920200.240.190.03346.7880.8285.69
HexF8BDCA01813315b5156
Octal370275312030233533121126
Binary111110001011110111001010011000100111110101101110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDCA; }

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

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

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

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

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

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

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

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