Html Css Color HEX #FD90D8 Lavender Rose

📋 copy color: '#FD90D8'

red 253 ◦ green 144 ◦ blue 216

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

Shades of Lavender Rose #FD90D8

Tints of Lavender Rose #FD90D8

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.49%

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 41.27%
G = 23.49%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD90D8 (or 0xFD90D8) is known color: Lavender Rose. HEX triplet: FD, 90 and D8. RGB value is (253,144,216). Sum of RGB (Red+Green+Blue) = 253+144+216=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90D8 is #026F27. Grayscale: #B8B8B8. Windows color (decimal): -159528 or 14192893. OLE color: 14192893.

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

Color convert

RGB 253 144 216 -
CMYK 0 0.43 0.15 0.01
HSL 320.37º 0.96% 0.78% -
HSV(B) 320.37º 0.43% 0.99% -
XYZ 62.88 45.79 70.49 -
YUV 184.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 253 144 216 0 0.43 0.15 0.01 320.37 0.96 0.78
Hex FD 90 D8 0 2B F 1 140 60 4E
Octal 375 220 330 0 53 17 1 500 140 116
Binary 11111101 10010000 11011000 0 101011 1111 1 101000000 1100000 1001110

Color Harmonies of #FD90D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90D8

Black with #FD90D8

Text Example


Text Example

White with #FD90D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90D8; }

 p { color: rgb(253,144,216); }

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

background-color css

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

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

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

border-color css

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

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

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