Html Css Color HEX #FD90DC Lavender Rose

📋 copy color: '#FD90DC'

red 253 ◦ green 144 ◦ blue 220

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

Shades of Lavender Rose #FD90DC

Tints of Lavender Rose #FD90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 41%
G = 23.34%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD90DC (or 0xFD90DC) is known color: Lavender Rose. HEX triplet: FD, 90 and DC. RGB value is (253,144,220). Sum of RGB (Red+Green+Blue) = 253+144+220=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD90DC is #026F23. Grayscale: #B9B9B9. Windows color (decimal): -159524 or 14455037. OLE color: 14455037.

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

Color convert

RGB 253 144 220 -
CMYK 0 0.43 0.13 0.01
HSL 318.17º 0.96% 0.78% -
HSV(B) 318.17º 0.43% 0.99% -
XYZ 63.4 46 73.25 -
YUV 185.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 253 144 220 0 0.43 0.13 0.01 318.17 0.96 0.78
Hex FD 90 DC 0 2B D 1 13E 60 4E
Octal 375 220 334 0 53 15 1 476 140 116
Binary 11111101 10010000 11011100 0 101011 1101 1 100111110 1100000 1001110

Color Harmonies of #FD90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD90DC

Black with #FD90DC

Text Example


Text Example

White with #FD90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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