#F0C4BD

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

Shades of Your Pink #F0C4BD

Tints of Your Pink #F0C4BD

Color information

#F0C4BD (or 0xF0C4BD) is unknown color: approx Your Pink. HEX triplet: F0, C4 and BD. RGB value is (240,196,189). Sum of RGB (Red+Green+Blue) = 240+196+189=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C4BD is #0F3B42. Grayscale: #D0D0D0. Windows color (decimal): -998211 or 12436720. OLE color: 12436720.

HSL color Cylindrical-coordinate representation of color #F0C4BD: hue angle of 8.24º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0C4BD is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240196189-
CMYK00.180.210.06
HSL8.24º62.96%84.12%-
HSV(B)8.24º21.25%94.12%-
XYZ64.8661.6856.63-
YUV208.36117.08150.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=38.4%
G=31.36%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019618900.180.210.068.2462.9684.12
HexF0C4BD01215683f54
Octal3603042750222561077124
Binary1111000011000100101111010100101010111010001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C4BD; }

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

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

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

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

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

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

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

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