Html Css Color HEX #FB9DDD Lavender Rose

📋 copy color: '#FB9DDD'

red 251 ◦ green 157 ◦ blue 221

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

Shades of Lavender Rose #FB9DDD

Tints of Lavender Rose #FB9DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 24.96%

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 39.9%
G = 24.96%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB9DDD (or 0xFB9DDD) is known color: Lavender Rose. HEX triplet: FB, 9D and DD. RGB value is (251,157,221). Sum of RGB (Red+Green+Blue) = 251+157+221=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DDD is #046222. Grayscale: #C0C0C0. Windows color (decimal): -287267 or 14523899. OLE color: 14523899.

HSL color Cylindrical-coordinate representation of color #FB9DDD: hue angle of 319.15º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9DDD is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 157 221 -
CMYK 0 0.37 0.12 0.02
HSL 319.15º 0.92% 0.8% -
HSV(B) 319.15º 0.37% 0.98% -
XYZ 64.89 49.84 74.61 -
YUV 192.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 251 157 221 0 0.37 0.12 0.02 319.15 0.92 0.8
Hex FB 9D DD 0 25 C 2 13F 5C 50
Octal 373 235 335 0 45 14 2 477 134 120
Binary 11111011 10011101 11011101 0 100101 1100 10 100111111 1011100 1010000

Color Harmonies of #FB9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9DDD

Black with #FB9DDD

Text Example


Text Example

White with #FB9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9DDD; }

 p { color: rgb(251,157,221); }

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

background-color css

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

 a { background-color: rgb(251,157,221); }

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

border-color css

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

 span { border-color: rgb(251,157,221); }

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