Html Css Color HEX #FDADE7 Lavender Rose

📋 copy color: '#FDADE7'

red 253 ◦ green 173 ◦ blue 231

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

Shades of Lavender Rose #FDADE7

Tints of Lavender Rose #FDADE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.16%

R = 38.51%
G = 26.33%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FDADE7 (or 0xFDADE7) is known color: Lavender Rose. HEX triplet: FD, AD and E7. RGB value is (253,173,231). Sum of RGB (Red+Green+Blue) = 253+173+231=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 173 (67.97% from 255 or 26.33% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDADE7 is #025218. Grayscale: #CBCBCB. Windows color (decimal): -152089 or 15183357. OLE color: 15183357.

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

Color convert

RGB 253 173 231 -
CMYK 0 0.32 0.09 0.01
HSL 316.5º 0.95% 0.84% -
HSV(B) 316.5º 0.32% 0.99% -
XYZ 69.88 56.54 82.83 -
YUV 203.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 253 173 231 0 0.32 0.09 0.01 316.5 0.95 0.84
Hex FD AD E7 0 20 9 1 13C 5F 54
Octal 375 255 347 0 40 11 1 474 137 124
Binary 11111101 10101101 11100111 0 100000 1001 1 100111100 1011111 1010100

Color Harmonies of #FDADE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADE7

Black with #FDADE7

Text Example


Text Example

White with #FDADE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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