Html Css Color HEX #FD96D2 Lavender Rose

📋 copy color: '#FD96D2'

red 253 ◦ green 150 ◦ blue 210

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

Shades of Lavender Rose #FD96D2

Tints of Lavender Rose #FD96D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.26%

R = 41.27%
G = 24.47%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD96D2 (or 0xFD96D2) is known color: Lavender Rose. HEX triplet: FD, 96 and D2. RGB value is (253,150,210). Sum of RGB (Red+Green+Blue) = 253+150+210=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96D2 is #02692D. Grayscale: #BBBBBB. Windows color (decimal): -157998 or 13801213. OLE color: 13801213.

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

Color convert

RGB 253 150 210 -
CMYK 0 0.41 0.17 0.01
HSL 325.05º 0.96% 0.79% -
HSV(B) 325.05º 0.41% 0.99% -
XYZ 63.05 47.35 66.79 -
YUV 187.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 253 150 210 0 0.41 0.17 0.01 325.05 0.96 0.79
Hex FD 96 D2 0 29 11 1 145 60 4F
Octal 375 226 322 0 51 21 1 505 140 117
Binary 11111101 10010110 11010010 0 101001 10001 1 101000101 1100000 1001111

Color Harmonies of #FD96D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96D2

Black with #FD96D2

Text Example


Text Example

White with #FD96D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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