Html Css Color HEX #FB9ED7 Lavender Rose

📋 copy color: '#FB9ED7'

red 251 ◦ green 158 ◦ blue 215

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

Shades of Lavender Rose #FB9ED7

Tints of Lavender Rose #FB9ED7

RGB

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

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

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

R = 40.22%
G = 25.32%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB9ED7 (or 0xFB9ED7) is known color: Lavender Rose. HEX triplet: FB, 9E and D7. RGB value is (251,158,215). Sum of RGB (Red+Green+Blue) = 251+158+215=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9ED7 is #046128. Grayscale: #C0C0C0. Windows color (decimal): -287017 or 14130939. OLE color: 14130939.

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

Color convert

RGB 251 158 215 -
CMYK 0 0.37 0.14 0.02
HSL 323.23º 0.92% 0.8% -
HSV(B) 323.23º 0.37% 0.98% -
XYZ 64.28 49.87 70.53 -
YUV 192.31 140.81 169.87 -
System Red Green Blue C M Y K H S L
Decimal 251 158 215 0 0.37 0.14 0.02 323.23 0.92 0.8
Hex FB 9E D7 0 25 E 2 143 5C 50
Octal 373 236 327 0 45 16 2 503 134 120
Binary 11111011 10011110 11010111 0 100101 1110 10 101000011 1011100 1010000

Color Harmonies of #FB9ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9ED7

Black with #FB9ED7

Text Example


Text Example

White with #FB9ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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