#F9C4BD

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

Shades of Your Pink #F9C4BD

Tints of Your Pink #F9C4BD

Color information

#F9C4BD (or 0xF9C4BD) is unknown color: approx Your Pink. HEX triplet: F9, C4 and BD. RGB value is (249,196,189). Sum of RGB (Red+Green+Blue) = 249+196+189=634 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.27% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9C4BD is #063B42. Grayscale: #D3D3D3. Windows color (decimal): -408387 or 12436729. OLE color: 12436729.

HSL color Cylindrical-coordinate representation of color #F9C4BD: hue angle of 7º degrees, saturation: 0.83, 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 #F9C4BD is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249196189-
CMYK00.210.240.02
HSL83.33%85.88%-
HSV(B)24.1%97.65%-
XYZ67.9963.2956.78-
YUV211.05115.56155.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.27%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=39.27%
G=30.91%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919618900.210.240.02783.3385.88
HexF9C4BD01518275356
Octal3713042750253027123126
Binary111110011100010010111101010101110001011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C4BD; }

 p { color: rgb(249,196,189); }

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

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

 a { background-color: rgb(249,196,189); }

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

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

 span { border-color: rgb(249,196,189); }

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