Html Css Color HEX #FA9CEB Lavender Rose

📋 copy color: '#FA9CEB'

red 250 ◦ green 156 ◦ blue 235

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

Shades of Lavender Rose #FA9CEB

Tints of Lavender Rose #FA9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.34%

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 39%
G = 24.34%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA9CEB (or 0xFA9CEB) is known color: Lavender Rose. HEX triplet: FA, 9C and EB. RGB value is (250,156,235). Sum of RGB (Red+Green+Blue) = 250+156+235=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 156 (61.33% from 255 or 24.34% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CEB is #056314. Grayscale: #C0C0C0. Windows color (decimal): -353045 or 15441146. OLE color: 15441146.

HSL color Cylindrical-coordinate representation of color #FA9CEB: hue angle of 309.57º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9CEB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 156 235 -
CMYK 0 0.38 0.06 0.02
HSL 309.57º 0.9% 0.8% -
HSV(B) 309.57º 0.38% 0.98% -
XYZ 66.31 50.1 84.77 -
YUV 193.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 250 156 235 0 0.38 0.06 0.02 309.57 0.9 0.8
Hex FA 9C EB 0 26 6 2 136 5A 50
Octal 372 234 353 0 46 6 2 466 132 120
Binary 11111010 10011100 11101011 0 100110 110 10 100110110 1011010 1010000

Color Harmonies of #FA9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CEB

Black with #FA9CEB

Text Example


Text Example

White with #FA9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CEB; }

 p { color: rgb(250,156,235); }

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

background-color css

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

 a { background-color: rgb(250,156,235); }

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

border-color css

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

 span { border-color: rgb(250,156,235); }

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