Html Css Color HEX #FD96D4 Lavender Rose

📋 copy color: '#FD96D4'

red 253 ◦ green 150 ◦ blue 212

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

Shades of Lavender Rose #FD96D4

Tints of Lavender Rose #FD96D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.47%

R = 41.14%
G = 24.39%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD96D4 (or 0xFD96D4) is known color: Lavender Rose. HEX triplet: FD, 96 and D4. RGB value is (253,150,212). Sum of RGB (Red+Green+Blue) = 253+150+212=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FD96D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD96D4 is #02692B. Grayscale: #BBBBBB. Windows color (decimal): -157996 or 13932285. OLE color: 13932285.

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

Color convert

RGB 253 150 212 -
CMYK 0 0.41 0.16 0.01
HSL 323.88º 0.96% 0.79% -
HSV(B) 323.88º 0.41% 0.99% -
XYZ 63.3 47.45 68.11 -
YUV 187.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 253 150 212 0 0.41 0.16 0.01 323.88 0.96 0.79
Hex FD 96 D4 0 29 10 1 144 60 4F
Octal 375 226 324 0 51 20 1 504 140 117
Binary 11111101 10010110 11010100 0 101001 10000 1 101000100 1100000 1001111

Color Harmonies of #FD96D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD96D4

Black with #FD96D4

Text Example


Text Example

White with #FD96D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD96D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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