Html Css Color HEX #FB95EA Lavender Rose

📋 copy color: '#FB95EA'

red 251 ◦ green 149 ◦ blue 234

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

Shades of Lavender Rose #FB95EA

Tints of Lavender Rose #FB95EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 23.5%

 BLUE value IS 234 (91.8% from 255) = 36.91%

R = 39.59%
G = 23.5%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FB95EA (or 0xFB95EA) is known color: Lavender Rose. HEX triplet: FB, 95 and EA. RGB value is (251,149,234). Sum of RGB (Red+Green+Blue) = 251+149+234=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 149 (58.59% from 255 or 23.50% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB95EA is #046A15. Grayscale: #BCBCBC. Windows color (decimal): -289302 or 15373819. OLE color: 15373819.

HSL color Cylindrical-coordinate representation of color #FB95EA: hue angle of 310º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95EA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 149 234 -
CMYK 0 0.41 0.07 0.02
HSL 310º 0.93% 0.78% -
HSV(B) 310º 0.41% 0.98% -
XYZ 65.38 47.94 83.65 -
YUV 189.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 251 149 234 0 0.41 0.07 0.02 310 0.93 0.78
Hex FB 95 EA 0 29 7 2 136 5D 4E
Octal 373 225 352 0 51 7 2 466 135 116
Binary 11111011 10010101 11101010 0 101001 111 10 100110110 1011101 1001110

Color Harmonies of #FB95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB95EA

Black with #FB95EA

Text Example


Text Example

White with #FB95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB95EA; }

 p { color: rgb(251,149,234); }

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

background-color css

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

 a { background-color: rgb(251,149,234); }

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

border-color css

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

 span { border-color: rgb(251,149,234); }

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