#F4B2CB

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

Shades of Cupid #F4B2CB

Tints of Cupid #F4B2CB

Color information

#F4B2CB (or 0xF4B2CB) is unknown color: approx Cupid. HEX triplet: F4, B2 and CB. RGB value is (244,178,203). Sum of RGB (Red+Green+Blue) = 244+178+203=625 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.04% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4B2CB is #0B4D34. Grayscale: #C8C8C8. Windows color (decimal): -740661 or 13349620. OLE color: 13349620.

HSL color Cylindrical-coordinate representation of color #F4B2CB: hue angle of 337.27º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4B2CB is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB244178203-
CMYK00.270.170.04
HSL337.27º75%82.75%-
HSV(B)337.27º27.05%95.69%-
XYZ64.0155.3963.82-
YUV200.58129.37158.97-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.04%
GREEN value IS 178 (69.92% from 255) = 28.48%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=39.04%
G=28.48%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417820300.270.170.04337.277582.75
HexF4B2CB01B1141514b53
Octal364262313033214521113123
Binary1111010010110010110010110110111000110010101000110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B2CB; }

 p { color: rgb(244,178,203); }

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

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

 a { background-color: rgb(244,178,203); }

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

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

 span { border-color: rgb(244,178,203); }

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