#FCB0E4

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

Shades of Lavender Rose #FCB0E4

Tints of Lavender Rose #FCB0E4

Color information

#FCB0E4 (or 0xFCB0E4) is unknown color: approx Lavender Rose. HEX triplet: FC, B0 and E4. RGB value is (252,176,228). Sum of RGB (Red+Green+Blue) = 252+176+228=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 176 (69.14% from 255 or 26.83% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0E4 is #034F1B. Grayscale: #CCCCCC. Windows color (decimal): -216860 or 14987516. OLE color: 14987516.

HSL color Cylindrical-coordinate representation of color #FCB0E4: hue angle of 318.95º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0E4 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB252176228-
CMYK00.300.100.01
HSL318.95º92.68%83.92%-
HSV(B)318.95º30.16%98.82%-
XYZ69.6757.3580.8-
YUV204.65141.18161.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 176 (69.14% from 255) = 26.83%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=38.41%
G=26.83%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217622800.300.100.01318.9592.6883.92
HexFCB0E401EA113f5d54
Octal374260344036121477135124
Binary1111110010110000111001000111101010110011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0E4; }

 p { color: rgb(252,176,228); }

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

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

 a { background-color: rgb(252,176,228); }

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

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

 span { border-color: rgb(252,176,228); }

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