#FAACFC

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

Shades of Lavender Rose #FAACFC

Tints of Lavender Rose #FAACFC

Color information

#FAACFC (or 0xFAACFC) is unknown color: approx Lavender Rose. HEX triplet: FA, AC and FC. RGB value is (250,172,252). Sum of RGB (Red+Green+Blue) = 250+172+252=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 172 (67.58% from 255 or 25.52% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAACFC is #055303. Grayscale: #CCCCCC. Windows color (decimal): -348932 or 16559354. OLE color: 16559354.

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

Color convert

RGB250172252-
CMYK0.010.3200.01
HSL298.5º93.02%83.14%-
HSV(B)298.5º31.75%98.82%-
XYZ71.7556.8699.29-
YUV204.44154.84160.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 172 (67.58% from 255) = 25.52%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=37.09%
G=25.52%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501722520.010.3200.01298.593.0283.14
HexFAACFC1200112a5d53
Octal37225437414001452135123
Binary11111010101011001111110011000000110010101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACFC; }

 p { color: rgb(250,172,252); }

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

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

 a { background-color: rgb(250,172,252); }

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

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

 span { border-color: rgb(250,172,252); }

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