#FDAFF4

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

Shades of Lavender Rose #FDAFF4

Tints of Lavender Rose #FDAFF4

Color information

#FDAFF4 (or 0xFDAFF4) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and F4. RGB value is (253,175,244). Sum of RGB (Red+Green+Blue) = 253+175+244=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 175 (68.75% from 255 or 26.04% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF4 is #02500B. Grayscale: #CDCDCD. Windows color (decimal): -151564 or 16035837. OLE color: 16035837.

HSL color Cylindrical-coordinate representation of color #FDAFF4: hue angle of 306.92º degrees, saturation: 0.95, 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 #FDAFF4 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253175244-
CMYK00.310.040.01
HSL306.92º95.12%83.92%-
HSV(B)306.92º30.83%99.22%-
XYZ72.1758.0792.99-
YUV206.19149.34161.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.65%
GREEN value IS 175 (68.75% from 255) = 26.04%
BLUE value IS 244 (95.70% from 255) = 36.31%
R=37.65%
G=26.04%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317524400.310.040.01306.9295.1283.92
HexFDAFF401F411335f54
Octal37525736403741463137124
Binary111111011010111111110100011111100110011001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFF4; }

 p { color: rgb(253,175,244); }

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

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

 a { background-color: rgb(253,175,244); }

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

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

 span { border-color: rgb(253,175,244); }

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