#FBB5CC

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

Shades of Cupid #FBB5CC

Tints of Cupid #FBB5CC

Color information

#FBB5CC (or 0xFBB5CC) is unknown color: approx Cupid. HEX triplet: FB, B5 and CC. RGB value is (251,181,204). Sum of RGB (Red+Green+Blue) = 251+181+204=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 181 (71.09% from 255 or 28.46% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5CC is #044A33. Grayscale: #CCCCCC. Windows color (decimal): -281140 or 13415931. OLE color: 13415931.

HSL color Cylindrical-coordinate representation of color #FBB5CC: hue angle of 340.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB5CC is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251181204-
CMYK00.280.190.02
HSL340.29º89.74%84.71%-
HSV(B)340.29º27.89%98.43%-
XYZ67.2157.9264.76-
YUV204.55127.69161.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 181 (71.09% from 255) = 28.46%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=39.47%
G=28.46%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118120400.280.190.02340.2989.7484.71
HexFBB5CC01C1321545a55
Octal373265314034232524132125
Binary111110111011010111001100011100100111010101010010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB5CC; }

 p { color: rgb(251,181,204); }

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

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

 a { background-color: rgb(251,181,204); }

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

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

 span { border-color: rgb(251,181,204); }

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