Html Css Color HEX #FD96E8 Lavender Rose

📋 copy color: '#FD96E8'

red 253 ◦ green 150 ◦ blue 232

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

Shades of Lavender Rose #FD96E8

Tints of Lavender Rose #FD96E8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 23.62%

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 39.84%
G = 23.62%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FD96E8 (or 0xFD96E8) is known color: Lavender Rose. HEX triplet: FD, 96 and E8. RGB value is (253,150,232). Sum of RGB (Red+Green+Blue) = 253+150+232=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD96E8 is #026917. Grayscale: #BDBDBD. Windows color (decimal): -157976 or 15243005. OLE color: 15243005.

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

Color convert

RGB 253 150 232 -
CMYK 0 0.41 0.08 0.01
HSL 312.23º 0.96% 0.79% -
HSV(B) 312.23º 0.41% 0.99% -
XYZ 65.98 48.52 82.23 -
YUV 190.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 253 150 232 0 0.41 0.08 0.01 312.23 0.96 0.79
Hex FD 96 E8 0 29 8 1 138 60 4F
Octal 375 226 350 0 51 10 1 470 140 117
Binary 11111101 10010110 11101000 0 101001 1000 1 100111000 1100000 1001111

Color Harmonies of #FD96E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96E8

Black with #FD96E8

Text Example


Text Example

White with #FD96E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96E8; }

 p { color: rgb(253,150,232); }

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

background-color css

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

 a { background-color: rgb(253,150,232); }

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

border-color css

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

 span { border-color: rgb(253,150,232); }

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