Html Css Color HEX #FD9EDD Lavender Rose

📋 copy color: '#FD9EDD'

red 253 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #FD9EDD

Tints of Lavender Rose #FD9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25%

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 40.03%
G = 25%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD9EDD (or 0xFD9EDD) is known color: Lavender Rose. HEX triplet: FD, 9E and DD. RGB value is (253,158,221). Sum of RGB (Red+Green+Blue) = 253+158+221=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9EDD is #026122. Grayscale: #C1C1C1. Windows color (decimal): -155939 or 14524157. OLE color: 14524157.

HSL color Cylindrical-coordinate representation of color #FD9EDD: hue angle of 320.21º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FD9EDD is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 158 221 -
CMYK 0 0.38 0.13 0.01
HSL 320.21º 0.96% 0.81% -
HSV(B) 320.21º 0.38% 0.99% -
XYZ 65.79 50.56 74.7 -
YUV 193.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 253 158 221 0 0.38 0.13 0.01 320.21 0.96 0.81
Hex FD 9E DD 0 26 D 1 140 60 51
Octal 375 236 335 0 46 15 1 500 140 121
Binary 11111101 10011110 11011101 0 100110 1101 1 101000000 1100000 1010001

Color Harmonies of #FD9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9EDD

Black with #FD9EDD

Text Example


Text Example

White with #FD9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9EDD; }

 p { color: rgb(253,158,221); }

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

background-color css

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

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

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

border-color css

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

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

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