Html Css Color HEX #F19BED Lavender Rose

📋 copy color: '#F19BED'

red 241 ◦ green 155 ◦ blue 237

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

Shades of Lavender Rose #F19BED

Tints of Lavender Rose #F19BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 38.07%
G = 24.49%
B = 37.44%

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

#F19BED (or 0xF19BED) is known color: Lavender Rose. HEX triplet: F1, 9B and ED. RGB value is (241,155,237). Sum of RGB (Red+Green+Blue) = 241+155+237=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19BED is #0E6412. Grayscale: #BDBDBD. Windows color (decimal): -943123 or 15571953. OLE color: 15571953.

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

Color convert

RGB 241 155 237 -
CMYK 0 0.36 0.02 0.05
HSL 302.79º 0.75% 0.78% -
HSV(B) 302.79º 0.36% 0.95% -
XYZ 63.28 48.26 86.1 -
YUV 190.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 241 155 237 0 0.36 0.02 0.05 302.79 0.75 0.78
Hex F1 9B ED 0 24 2 5 12F 4B 4E
Octal 361 233 355 0 44 2 5 457 113 116
Binary 11110001 10011011 11101101 0 100100 10 101 100101111 1001011 1001110

Color Harmonies of #F19BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19BED

Black with #F19BED

Text Example


Text Example

White with #F19BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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