Html Css Color HEX #FDAAEC Lavender Rose

📋 copy color: '#FDAAEC'

red 253 ◦ green 170 ◦ blue 236

#FDAAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FDAAEC

Tints of Lavender Rose #FDAAEC

RGB

 RED value IS 253 (99.22% from 255) = 38.39%

 GREEN value IS 170 (66.8% from 255) = 25.8%

 BLUE value IS 236 (92.58% from 255) = 35.81%

R = 38.39%
G = 25.8%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDAAEC (or 0xFDAAEC) is known color: Lavender Rose. HEX triplet: FD, AA and EC. RGB value is (253,170,236). Sum of RGB (Red+Green+Blue) = 253+170+236=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 170 (66.80% from 255 or 25.80% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAAEC is #025513. Grayscale: #CACACA. Windows color (decimal): -152852 or 15510269. OLE color: 15510269.

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

Color convert

RGB 253 170 236 -
CMYK 0 0.33 0.07 0.01
HSL 312.29º 0.95% 0.83% -
HSV(B) 312.29º 0.33% 0.99% -
XYZ 70.02 55.69 86.42 -
YUV 202.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 253 170 236 0 0.33 0.07 0.01 312.29 0.95 0.83
Hex FD AA EC 0 21 7 1 138 5F 53
Octal 375 252 354 0 41 7 1 470 137 123
Binary 11111101 10101010 11101100 0 100001 111 1 100111000 1011111 1010011

Color Harmonies of #FDAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAAEC

Black with #FDAAEC

Text Example


Text Example

White with #FDAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAAEC; }

 p { color: rgb(253,170,236); }

 H1.HeaderClassName
 {
   color: #FDAAEC;
 }
 .AnyTagClassName
 {
   color: #FDAAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(253,170,236); }

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

border-color css

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

 span { border-color: rgb(253,170,236); }

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