#FCBEF6

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

Shades of Lavender Rose #FCBEF6

Tints of Lavender Rose #FCBEF6

Color information

#FCBEF6 (or 0xFCBEF6) is unknown color: approx Lavender Rose. HEX triplet: FC, BE and F6. RGB value is (252,190,246). Sum of RGB (Red+Green+Blue) = 252+190+246=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBEF6 is #034109. Grayscale: #D6D6D6. Windows color (decimal): -213258 or 16170748. OLE color: 16170748.

HSL color Cylindrical-coordinate representation of color #FCBEF6: hue angle of 305.81º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCBEF6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252190246-
CMYK00.250.020.01
HSL305.81º91.18%86.67%-
HSV(B)305.81º24.6%98.82%-
XYZ75.1964.1895.61-
YUV214.92145.54154.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 190 (74.61% from 255) = 27.62%
BLUE value IS 246 (96.48% from 255) = 35.76%
R=36.63%
G=27.62%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219024600.250.020.01305.8191.1886.67
HexFCBEF6019211325b57
Octal37427636603121462133127
Binary11111100101111101111011001100110110011001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBEF6; }

 p { color: rgb(252,190,246); }

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

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

 a { background-color: rgb(252,190,246); }

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

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

 span { border-color: rgb(252,190,246); }

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