#FCB2F5

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

Shades of Lavender Rose #FCB2F5

Tints of Lavender Rose #FCB2F5

Color information

#FCB2F5 (or 0xFCB2F5) is unknown color: approx Lavender Rose. HEX triplet: FC, B2 and F5. RGB value is (252,178,245). Sum of RGB (Red+Green+Blue) = 252+178+245=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 178 (69.92% from 255 or 26.37% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2F5 is #034D0A. Grayscale: #CFCFCF. Windows color (decimal): -216331 or 16102140. OLE color: 16102140.

HSL color Cylindrical-coordinate representation of color #FCB2F5: hue angle of 305.68º 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 #FCB2F5 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252178245-
CMYK00.290.030.01
HSL305.68º92.5%84.31%-
HSV(B)305.68º29.37%98.82%-
XYZ72.5559.1393.98-
YUV207.76149.02159.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 178 (69.92% from 255) = 26.37%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=37.33%
G=26.37%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217824500.290.030.01305.6892.584.31
HexFCB2F501D311325c54
Octal37426236503531462134124
Binary11111100101100101111010101110111110011001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2F5; }

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

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

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

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

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

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

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

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