Html Css Color HEX #FB9EDD Lavender Rose

📋 copy color: '#FB9EDD'

red 251 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #FB9EDD

Tints of Lavender Rose #FB9EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.08%

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

R = 39.84%
G = 25.08%
B = 35.08%

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

#FB9EDD (or 0xFB9EDD) is known color: Lavender Rose. HEX triplet: FB, 9E and DD. RGB value is (251,158,221). Sum of RGB (Red+Green+Blue) = 251+158+221=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EDD is #046122. Grayscale: #C0C0C0. Windows color (decimal): -287011 or 14524155. OLE color: 14524155.

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

Color convert

RGB 251 158 221 -
CMYK 0 0.37 0.12 0.02
HSL 319.35º 0.92% 0.8% -
HSV(B) 319.35º 0.37% 0.98% -
XYZ 65.06 50.18 74.66 -
YUV 192.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 251 158 221 0 0.37 0.12 0.02 319.35 0.92 0.8
Hex FB 9E DD 0 25 C 2 13F 5C 50
Octal 373 236 335 0 45 14 2 477 134 120
Binary 11111011 10011110 11011101 0 100101 1100 10 100111111 1011100 1010000

Color Harmonies of #FB9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9EDD

Black with #FB9EDD

Text Example


Text Example

White with #FB9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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