Html Css Color HEX #FB9FE8 Lavender Rose

📋 copy color: '#FB9FE8'

red 251 ◦ green 159 ◦ blue 232

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

Shades of Lavender Rose #FB9FE8

Tints of Lavender Rose #FB9FE8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 24.77%

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 39.1%
G = 24.77%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FB9FE8 (or 0xFB9FE8) is known color: Lavender Rose. HEX triplet: FB, 9F and E8. RGB value is (251,159,232). Sum of RGB (Red+Green+Blue) = 251+159+232=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 159 (62.5% from 255 or 24.77% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FE8 is #046017. Grayscale: #C2C2C2. Windows color (decimal): -286744 or 15245307. OLE color: 15245307.

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

Color convert

RGB 251 159 232 -
CMYK 0 0.37 0.08 0.02
HSL 312.39º 0.92% 0.8% -
HSV(B) 312.39º 0.37% 0.98% -
XYZ 66.75 51.13 82.7 -
YUV 194.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 251 159 232 0 0.37 0.08 0.02 312.39 0.92 0.8
Hex FB 9F E8 0 25 8 2 138 5C 50
Octal 373 237 350 0 45 10 2 470 134 120
Binary 11111011 10011111 11101000 0 100101 1000 10 100111000 1011100 1010000

Color Harmonies of #FB9FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9FE8

Black with #FB9FE8

Text Example


Text Example

White with #FB9FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9FE8; }

 p { color: rgb(251,159,232); }

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

background-color css

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

 a { background-color: rgb(251,159,232); }

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

border-color css

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

 span { border-color: rgb(251,159,232); }

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