Html Css Color HEX #FD9FFE Lavender Rose

📋 copy color: '#FD9FFE'

red 253 ◦ green 159 ◦ blue 254

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

Shades of Lavender Rose #FD9FFE

Tints of Lavender Rose #FD9FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.14%

R = 37.99%
G = 23.87%
B = 38.14%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD9FFE (or 0xFD9FFE) is known color: Lavender Rose. HEX triplet: FD, 9F and FE. RGB value is (253,159,254). Sum of RGB (Red+Green+Blue) = 253+159+254=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 159 (62.5% from 255 or 23.87% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD9FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD9FFE is #026001. Grayscale: #C5C5C5. Windows color (decimal): -155650 or 16687101. OLE color: 16687101.

HSL color Cylindrical-coordinate representation of color #FD9FFE: hue angle of 299.37º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FFE is Cyan = 0.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 159 254 -
CMYK 0.00 0.37 0 0.00
HSL 299.37º 0.98% 0.81% -
HSV(B) 299.37º 0.37% 1% -
XYZ 70.8 52.83 100.23 -
YUV 197.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 253 159 254 0.00 0.37 0 0.00 299.37 0.98 0.81
Hex FD 9F FE 0 25 0 0 12B 62 51
Octal 375 237 376 0 45 0 0 453 142 121
Binary 11111101 10011111 11111110 0 100101 0 0 100101011 1100010 1010001

Color Harmonies of #FD9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9FFE

Black with #FD9FFE

Text Example


Text Example

White with #FD9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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