Html Css Color HEX #FB9DE5 Lavender Rose

📋 copy color: '#FB9DE5'

red 251 ◦ green 157 ◦ blue 229

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

Shades of Lavender Rose #FB9DE5

Tints of Lavender Rose #FB9DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.95%

R = 39.4%
G = 24.65%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB9DE5 (or 0xFB9DE5) is known color: Lavender Rose. HEX triplet: FB, 9D and E5. RGB value is (251,157,229). Sum of RGB (Red+Green+Blue) = 251+157+229=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 157 (61.72% from 255 or 24.65% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9DE5 is #04621A. Grayscale: #C1C1C1. Windows color (decimal): -287259 or 15048187. OLE color: 15048187.

HSL color Cylindrical-coordinate representation of color #FB9DE5: hue angle of 314.04º 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 #FB9DE5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 157 229 -
CMYK 0 0.37 0.09 0.02
HSL 314.04º 0.92% 0.8% -
HSV(B) 314.04º 0.37% 0.98% -
XYZ 65.98 50.28 80.36 -
YUV 193.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 251 157 229 0 0.37 0.09 0.02 314.04 0.92 0.8
Hex FB 9D E5 0 25 9 2 13A 5C 50
Octal 373 235 345 0 45 11 2 472 134 120
Binary 11111011 10011101 11100101 0 100101 1001 10 100111010 1011100 1010000

Color Harmonies of #FB9DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9DE5

Black with #FB9DE5

Text Example


Text Example

White with #FB9DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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