#FCB1F4

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

Shades of Lavender Rose #FCB1F4

Tints of Lavender Rose #FCB1F4

Color information

#FCB1F4 (or 0xFCB1F4) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and F4. RGB value is (252,177,244). Sum of RGB (Red+Green+Blue) = 252+177+244=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 177 (69.53% from 255 or 26.30% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1F4 is #034E0B. Grayscale: #CECECE. Windows color (decimal): -216588 or 16036348. OLE color: 16036348.

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

Color convert

RGB252177244-
CMYK00.300.030.01
HSL306.4º92.59%84.12%-
HSV(B)306.4º29.76%98.82%-
XYZ72.258.6793.11-
YUV207.06148.85160.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.44%
GREEN value IS 177 (69.53% from 255) = 26.30%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=37.44%
G=26.30%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217724400.300.030.01306.492.5984.12
HexFCB1F401E311325d54
Octal37426136403631462135124
Binary11111100101100011111010001111011110011001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1F4; }

 p { color: rgb(252,177,244); }

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

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

 a { background-color: rgb(252,177,244); }

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

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

 span { border-color: rgb(252,177,244); }

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