#F8BDBA

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

Shades of Your Pink #F8BDBA

Tints of Your Pink #F8BDBA

Color information

#F8BDBA (or 0xF8BDBA) is unknown color: approx Your Pink. HEX triplet: F8, BD and BA. RGB value is (248,189,186). Sum of RGB (Red+Green+Blue) = 248+189+186=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDBA is #074245. Grayscale: #CECECE. Windows color (decimal): -475718 or 12238328. OLE color: 12238328.

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

Color convert

RGB248189186-
CMYK00.240.250.03
HSL2.9º81.58%85.1%-
HSV(B)2.9º25%97.25%-
XYZ65.7759.954.55-
YUV206.3116.55157.74-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=39.81%
G=30.34%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818918600.240.250.032.981.5885.1
HexF8BDBA01819335255
Octal3702752720303133122125
Binary11111000101111011011101001100011001111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDBA; }

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

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

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

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

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

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

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

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