#FCB2F9

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

Shades of Lavender Rose #FCB2F9

Tints of Lavender Rose #FCB2F9

Color information

#FCB2F9 (or 0xFCB2F9) is unknown color: approx Lavender Rose. HEX triplet: FC, B2 and F9. RGB value is (252,178,249). Sum of RGB (Red+Green+Blue) = 252+178+249=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 178 (69.92% from 255 or 26.22% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2F9 is #034D06. Grayscale: #D0D0D0. Windows color (decimal): -216327 or 16364284. OLE color: 16364284.

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

Color convert

RGB252178249-
CMYK00.290.010.01
HSL302.43º92.5%84.31%-
HSV(B)302.43º29.37%98.82%-
XYZ73.1659.3897.23-
YUV208.22151.02159.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.11%
GREEN value IS 178 (69.92% from 255) = 26.22%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=37.11%
G=26.22%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217824900.290.010.01302.4392.584.31
HexFCB2F901D1112e5c54
Octal37426237103511456134124
Binary1111110010110010111110010111011110010111010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2F9; }

 p { color: rgb(252,178,249); }

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

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

 a { background-color: rgb(252,178,249); }

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

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

 span { border-color: rgb(252,178,249); }

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