Html Css Color HEX #FDAEFD Lavender Rose

📋 copy color: '#FDAEFD'

red 253 ◦ green 174 ◦ blue 253

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

Shades of Lavender Rose #FDAEFD

Tints of Lavender Rose #FDAEFD

RGB

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

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

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

R = 37.21%
G = 25.59%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDAEFD (or 0xFDAEFD) is known color: Lavender Rose. HEX triplet: FD, AE and FD. RGB value is (253,174,253). Sum of RGB (Red+Green+Blue) = 253+174+253=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 174 (68.36% from 255 or 25.59% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDAEFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAEFD is #025102. Grayscale: #CECECE. Windows color (decimal): -151811 or 16625405. OLE color: 16625405.

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

Color convert

RGB 253 174 253 -
CMYK 0 0.31 0 0.01
HSL 300º 0.95% 0.84% -
HSV(B) 300º 0.31% 0.99% -
XYZ 73.37 58.25 100.3 -
YUV 206.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 253 174 253 0 0.31 0 0.01 300 0.95 0.84
Hex FD AE FD 0 1F 0 1 12C 5F 54
Octal 375 256 375 0 37 0 1 454 137 124
Binary 11111101 10101110 11111101 0 11111 0 1 100101100 1011111 1010100

Color Harmonies of #FDAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAEFD

Black with #FDAEFD

Text Example


Text Example

White with #FDAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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