#F9AFFC

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

Shades of Lavender Rose #F9AFFC

Tints of Lavender Rose #F9AFFC

Color information

#F9AFFC (or 0xF9AFFC) is unknown color: approx Lavender Rose. HEX triplet: F9, AF and FC. RGB value is (249,175,252). Sum of RGB (Red+Green+Blue) = 249+175+252=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 175 (68.75% from 255 or 25.89% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #F9AFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9AFFC is #065003. Grayscale: #CDCDCD. Windows color (decimal): -413700 or 16560121. OLE color: 16560121.

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

Color convert

RGB249175252-
CMYK0.010.3100.01
HSL297.66º92.77%83.73%-
HSV(B)297.66º30.56%98.82%-
XYZ71.9757.8399.46-
YUV205.9154.02158.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.83%
GREEN value IS 175 (68.75% from 255) = 25.89%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=36.83%
G=25.89%
B=37.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491752520.010.3100.01297.6692.7783.73
HexF9AFFC11F0112a5d54
Octal37125737413701452135124
Binary1111100110101111111111001111110110010101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AFFC; }

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

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

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

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

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

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

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

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