Html Css Color HEX #FD95D3 Lavender Rose

📋 copy color: '#FD95D3'

red 253 ◦ green 149 ◦ blue 211

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

Shades of Lavender Rose #FD95D3

Tints of Lavender Rose #FD95D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 41.27%
G = 24.31%
B = 34.42%

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

#FD95D3 (or 0xFD95D3) is known color: Lavender Rose. HEX triplet: FD, 95 and D3. RGB value is (253,149,211). Sum of RGB (Red+Green+Blue) = 253+149+211=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 149 (58.59% from 255 or 24.31% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FD95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD95D3 is #026A2C. Grayscale: #BBBBBB. Windows color (decimal): -158253 or 13866493. OLE color: 13866493.

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

Color convert

RGB 253 149 211 -
CMYK 0 0.41 0.17 0.01
HSL 324.23º 0.96% 0.79% -
HSV(B) 324.23º 0.41% 0.99% -
XYZ 63.01 47.08 67.39 -
YUV 187.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 253 149 211 0 0.41 0.17 0.01 324.23 0.96 0.79
Hex FD 95 D3 0 29 11 1 144 60 4F
Octal 375 225 323 0 51 21 1 504 140 117
Binary 11111101 10010101 11010011 0 101001 10001 1 101000100 1100000 1001111

Color Harmonies of #FD95D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD95D3

Black with #FD95D3

Text Example


Text Example

White with #FD95D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD95D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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