Html Css Color HEX #F19BEC Lavender Rose

📋 copy color: '#F19BEC'

red 241 ◦ green 155 ◦ blue 236

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

Shades of Lavender Rose #F19BEC

Tints of Lavender Rose #F19BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 38.13%
G = 24.53%
B = 37.34%

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

#F19BEC (or 0xF19BEC) is known color: Lavender Rose. HEX triplet: F1, 9B and EC. RGB value is (241,155,236). Sum of RGB (Red+Green+Blue) = 241+155+236=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 155 (60.94% from 255 or 24.53% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BEC is #0E6413. Grayscale: #BDBDBD. Windows color (decimal): -943124 or 15506417. OLE color: 15506417.

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

Color convert

RGB 241 155 236 -
CMYK 0 0.36 0.02 0.05
HSL 303.49º 0.75% 0.78% -
HSV(B) 303.49º 0.36% 0.95% -
XYZ 63.14 48.2 85.33 -
YUV 189.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 241 155 236 0 0.36 0.02 0.05 303.49 0.75 0.78
Hex F1 9B EC 0 24 2 5 12F 4B 4E
Octal 361 233 354 0 44 2 5 457 113 116
Binary 11110001 10011011 11101100 0 100100 10 101 100101111 1001011 1001110

Color Harmonies of #F19BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BEC

Black with #F19BEC

Text Example


Text Example

White with #F19BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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