Html Css Color HEX #FDADE8 Lavender Rose

📋 copy color: '#FDADE8'

red 253 ◦ green 173 ◦ blue 232

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

Shades of Lavender Rose #FDADE8

Tints of Lavender Rose #FDADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.29%

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 38.45%
G = 26.29%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDADE8 (or 0xFDADE8) is known color: Lavender Rose. HEX triplet: FD, AD and E8. RGB value is (253,173,232). Sum of RGB (Red+Green+Blue) = 253+173+232=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADE8 is #025217. Grayscale: #CBCBCB. Windows color (decimal): -152088 or 15248893. OLE color: 15248893.

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

Color convert

RGB 253 173 232 -
CMYK 0 0.32 0.08 0.01
HSL 315.75º 0.95% 0.84% -
HSV(B) 315.75º 0.32% 0.99% -
XYZ 70.02 56.6 83.58 -
YUV 203.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 253 173 232 0 0.32 0.08 0.01 315.75 0.95 0.84
Hex FD AD E8 0 20 8 1 13C 5F 54
Octal 375 255 350 0 40 10 1 474 137 124
Binary 11111101 10101101 11101000 0 100000 1000 1 100111100 1011111 1010100

Color Harmonies of #FDADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADE8

Black with #FDADE8

Text Example


Text Example

White with #FDADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADE8; }

 p { color: rgb(253,173,232); }

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

background-color css

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

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

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

border-color css

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

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

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