Html Css Color HEX #FB98D7 Lavender Rose

📋 copy color: '#FB98D7'

red 251 ◦ green 152 ◦ blue 215

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

Shades of Lavender Rose #FB98D7

Tints of Lavender Rose #FB98D7

RGB

 RED value IS 251 (98.44% from 255) = 40.61%

 GREEN value IS 152 (59.77% from 255) = 24.6%

 BLUE value IS 215 (84.38% from 255) = 34.79%

R = 40.61%
G = 24.6%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB98D7 (or 0xFB98D7) is known color: Lavender Rose. HEX triplet: FB, 98 and D7. RGB value is (251,152,215). Sum of RGB (Red+Green+Blue) = 251+152+215=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 215 (84.38% from 255 or 34.79% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98D7 is #046728. Grayscale: #BCBCBC. Windows color (decimal): -288553 or 14129403. OLE color: 14129403.

HSL color Cylindrical-coordinate representation of color #FB98D7: hue angle of 321.82º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FB98D7 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 152 215 -
CMYK 0 0.39 0.14 0.02
HSL 321.82º 0.93% 0.79% -
HSV(B) 321.82º 0.39% 0.98% -
XYZ 63.28 47.87 70.2 -
YUV 188.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 251 152 215 0 0.39 0.14 0.02 321.82 0.93 0.79
Hex FB 98 D7 0 27 E 2 142 5D 4F
Octal 373 230 327 0 47 16 2 502 135 117
Binary 11111011 10011000 11010111 0 100111 1110 10 101000010 1011101 1001111

Color Harmonies of #FB98D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB98D7

Black with #FB98D7

Text Example


Text Example

White with #FB98D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB98D7; }

 p { color: rgb(251,152,215); }

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

background-color css

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

 a { background-color: rgb(251,152,215); }

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

border-color css

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

 span { border-color: rgb(251,152,215); }

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