#FEAFDD

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

Shades of Lavender Pink #FEAFDD

Tints of Lavender Pink #FEAFDD

Color information

#FEAFDD (or 0xFEAFDD) is unknown color: approx Lavender Pink. HEX triplet: FE, AF and DD. RGB value is (254,175,221). Sum of RGB (Red+Green+Blue) = 254+175+221=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFDD is #015022. Grayscale: #CBCBCB. Windows color (decimal): -86051 or 14528510. OLE color: 14528510.

HSL color Cylindrical-coordinate representation of color #FEAFDD: hue angle of 325.06º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAFDD is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254175221-
CMYK00.310.130.00
HSL325.06º97.53%84.12%-
HSV(B)325.06º31.1%99.61%-
XYZ69.2556.9575.75-
YUV203.86137.67163.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 34%
R=39.08%
G=26.92%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417522100.310.130.00325.0697.5384.12
HexFEAFDD01FD01456254
Octal376257335037150505142124
Binary1111111010101111110111010111111101010100010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAFDD; }

 p { color: rgb(254,175,221); }

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

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

 a { background-color: rgb(254,175,221); }

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

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

 span { border-color: rgb(254,175,221); }

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