Html Css Color HEX #FA95EA Lavender Rose

📋 copy color: '#FA95EA'

red 250 ◦ green 149 ◦ blue 234

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

Shades of Lavender Rose #FA95EA

Tints of Lavender Rose #FA95EA

RGB

 RED value IS 250 (98.05% from 255) = 39.49%

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

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

R = 39.49%
G = 23.54%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA95EA (or 0xFA95EA) is known color: Lavender Rose. HEX triplet: FA, 95 and EA. RGB value is (250,149,234). Sum of RGB (Red+Green+Blue) = 250+149+234=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95EA is #056A15. Grayscale: #BCBCBC. Windows color (decimal): -354838 or 15373818. OLE color: 15373818.

HSL color Cylindrical-coordinate representation of color #FA95EA: hue angle of 309.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA95EA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 149 234 -
CMYK 0 0.40 0.06 0.02
HSL 309.5º 0.91% 0.78% -
HSV(B) 309.5º 0.4% 0.98% -
XYZ 65.02 47.76 83.63 -
YUV 188.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 250 149 234 0 0.40 0.06 0.02 309.5 0.91 0.78
Hex FA 95 EA 0 28 6 2 136 5B 4E
Octal 372 225 352 0 50 6 2 466 133 116
Binary 11111010 10010101 11101010 0 101000 110 10 100110110 1011011 1001110

Color Harmonies of #FA95EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA95EA

Black with #FA95EA

Text Example


Text Example

White with #FA95EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA95EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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