Html Css Color HEX #FD9FDE Lavender Rose

📋 copy color: '#FD9FDE'

red 253 ◦ green 159 ◦ blue 222

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

Shades of Lavender Rose #FD9FDE

Tints of Lavender Rose #FD9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.08%

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 39.91%
G = 25.08%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD9FDE (or 0xFD9FDE) is known color: Lavender Rose. HEX triplet: FD, 9F and DE. RGB value is (253,159,222). Sum of RGB (Red+Green+Blue) = 253+159+222=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FDE is #026021. Grayscale: #C2C2C2. Windows color (decimal): -155682 or 14589949. OLE color: 14589949.

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

Color convert

RGB 253 159 222 -
CMYK 0 0.37 0.12 0.01
HSL 319.79º 0.96% 0.81% -
HSV(B) 319.79º 0.37% 0.99% -
XYZ 66.09 50.95 75.46 -
YUV 194.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 253 159 222 0 0.37 0.12 0.01 319.79 0.96 0.81
Hex FD 9F DE 0 25 C 1 140 60 51
Octal 375 237 336 0 45 14 1 500 140 121
Binary 11111101 10011111 11011110 0 100101 1100 1 101000000 1100000 1010001

Color Harmonies of #FD9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9FDE

Black with #FD9FDE

Text Example


Text Example

White with #FD9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9FDE; }

 p { color: rgb(253,159,222); }

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

background-color css

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

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

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

border-color css

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

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

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