Html Css Color HEX #FD99EA Lavender Rose

📋 copy color: '#FD99EA'

red 253 ◦ green 153 ◦ blue 234

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

Shades of Lavender Rose #FD99EA

Tints of Lavender Rose #FD99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.56%

R = 39.53%
G = 23.91%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD99EA (or 0xFD99EA) is known color: Lavender Rose. HEX triplet: FD, 99 and EA. RGB value is (253,153,234). Sum of RGB (Red+Green+Blue) = 253+153+234=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FD99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD99EA is #026615. Grayscale: #BFBFBF. Windows color (decimal): -157206 or 15374845. OLE color: 15374845.

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

Color convert

RGB 253 153 234 -
CMYK 0 0.40 0.08 0.01
HSL 311.4º 0.96% 0.8% -
HSV(B) 311.4º 0.4% 0.99% -
XYZ 66.75 49.61 83.9 -
YUV 192.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 253 153 234 0 0.40 0.08 0.01 311.4 0.96 0.8
Hex FD 99 EA 0 28 8 1 137 60 50
Octal 375 231 352 0 50 10 1 467 140 120
Binary 11111101 10011001 11101010 0 101000 1000 1 100110111 1100000 1010000

Color Harmonies of #FD99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD99EA

Black with #FD99EA

Text Example


Text Example

White with #FD99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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