Html Css Color HEX #FD99D8 Lavender Rose

📋 copy color: '#FD99D8'

red 253 ◦ green 153 ◦ blue 216

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

Shades of Lavender Rose #FD99D8

Tints of Lavender Rose #FD99D8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.6%

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

R = 40.68%
G = 24.6%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD99D8 (or 0xFD99D8) is known color: Lavender Rose. HEX triplet: FD, 99 and D8. RGB value is (253,153,216). Sum of RGB (Red+Green+Blue) = 253+153+216=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD99D8 is #026627. Grayscale: #BDBDBD. Windows color (decimal): -157224 or 14195197. OLE color: 14195197.

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

Color convert

RGB 253 153 216 -
CMYK 0 0.40 0.15 0.01
HSL 322.2º 0.96% 0.8% -
HSV(B) 322.2º 0.4% 0.99% -
XYZ 64.29 48.62 70.96 -
YUV 190.08 142.63 172.88 -
System Red Green Blue C M Y K H S L
Decimal 253 153 216 0 0.40 0.15 0.01 322.2 0.96 0.8
Hex FD 99 D8 0 28 F 1 142 60 50
Octal 375 231 330 0 50 17 1 502 140 120
Binary 11111101 10011001 11011000 0 101000 1111 1 101000010 1100000 1010000

Color Harmonies of #FD99D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD99D8

Black with #FD99D8

Text Example


Text Example

White with #FD99D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD99D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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