Html Css Color HEX #F19BEB Lavender Rose

📋 copy color: '#F19BEB'

red 241 ◦ green 155 ◦ blue 235

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

Shades of Lavender Rose #F19BEB

Tints of Lavender Rose #F19BEB

RGB

 RED value IS 241 (94.53% from 255) = 38.19%

 GREEN value IS 155 (60.94% from 255) = 24.56%

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

R = 38.19%
G = 24.56%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F19BEB (or 0xF19BEB) is known color: Lavender Rose. HEX triplet: F1, 9B and EB. RGB value is (241,155,235). Sum of RGB (Red+Green+Blue) = 241+155+235=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BEB is #0E6414. Grayscale: #BDBDBD. Windows color (decimal): -943125 or 15440881. OLE color: 15440881.

HSL color Cylindrical-coordinate representation of color #F19BEB: hue angle of 304.19º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BEB is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 155 235 -
CMYK 0 0.36 0.02 0.05
HSL 304.19º 0.75% 0.78% -
HSV(B) 304.19º 0.36% 0.95% -
XYZ 62.99 48.14 84.57 -
YUV 189.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 241 155 235 0 0.36 0.02 0.05 304.19 0.75 0.78
Hex F1 9B EB 0 24 2 5 130 4B 4E
Octal 361 233 353 0 44 2 5 460 113 116
Binary 11110001 10011011 11101011 0 100100 10 101 100110000 1001011 1001110

Color Harmonies of #F19BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BEB

Black with #F19BEB

Text Example


Text Example

White with #F19BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BEB; }

 p { color: rgb(241,155,235); }

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

background-color css

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

 a { background-color: rgb(241,155,235); }

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

border-color css

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

 span { border-color: rgb(241,155,235); }

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