Html Css Color HEX #FFAEFD Lavender Rose

📋 copy color: '#FFAEFD'

red 255 ◦ green 174 ◦ blue 253

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

Shades of Lavender Rose #FFAEFD

Tints of Lavender Rose #FFAEFD

RGB

 RED value IS 255 (100% from 255) = 37.39%

 GREEN value IS 174 (68.36% from 255) = 25.51%

 BLUE value IS 253 (99.22% from 255) = 37.1%

R = 37.39%
G = 25.51%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FFAEFD (or 0xFFAEFD) is known color: Lavender Rose. HEX triplet: FF, AE and FD. RGB value is (255,174,253). Sum of RGB (Red+Green+Blue) = 255+174+253=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 174 (68.36% from 255 or 25.51% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEFD is #005102. Grayscale: #CECECE. Windows color (decimal): -20739 or 16625407. OLE color: 16625407.

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

Color convert

RGB 255 174 253 -
CMYK 0 0.32 0.01 0
HSL 301.48º 1% 0.84% -
HSV(B) 301.48º 0.32% 1% -
XYZ 74.11 58.62 100.34 -
YUV 207.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 255 174 253 0 0.32 0.01 0 301.48 1 0.84
Hex FF AE FD 0 20 1 0 12D 64 54
Octal 377 256 375 0 40 1 0 455 144 124
Binary 11111111 10101110 11111101 0 100000 1 0 100101101 1100100 1010100

Color Harmonies of #FFAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEFD

Black with #FFAEFD

Text Example


Text Example

White with #FFAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEFD; }

 p { color: rgb(255,174,253); }

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

background-color css

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

 a { background-color: rgb(255,174,253); }

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

border-color css

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

 span { border-color: rgb(255,174,253); }

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