Html Css Color HEX #FD95D4 Lavender Rose

📋 copy color: '#FD95D4'

red 253 ◦ green 149 ◦ blue 212

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

Shades of Lavender Rose #FD95D4

Tints of Lavender Rose #FD95D4

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.27%

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

R = 41.21%
G = 24.27%
B = 34.53%

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

#FD95D4 (or 0xFD95D4) is known color: Lavender Rose. HEX triplet: FD, 95 and D4. RGB value is (253,149,212). Sum of RGB (Red+Green+Blue) = 253+149+212=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD95D4 is #026A2B. Grayscale: #BBBBBB. Windows color (decimal): -158252 or 13932029. OLE color: 13932029.

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

Color convert

RGB 253 149 212 -
CMYK 0 0.41 0.16 0.01
HSL 323.65º 0.96% 0.79% -
HSV(B) 323.65º 0.41% 0.99% -
XYZ 63.14 47.13 68.06 -
YUV 187.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 253 149 212 0 0.41 0.16 0.01 323.65 0.96 0.79
Hex FD 95 D4 0 29 10 1 144 60 4F
Octal 375 225 324 0 51 20 1 504 140 117
Binary 11111101 10010101 11010100 0 101001 10000 1 101000100 1100000 1001111

Color Harmonies of #FD95D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD95D4

Black with #FD95D4

Text Example


Text Example

White with #FD95D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD95D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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