Html Css Color HEX #F39DE5 Lavender Rose

📋 copy color: '#F39DE5'

red 243 ◦ green 157 ◦ blue 229

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

Shades of Lavender Rose #F39DE5

Tints of Lavender Rose #F39DE5

RGB

 RED value IS 243 (95.31% from 255) = 38.63%

 GREEN value IS 157 (61.72% from 255) = 24.96%

 BLUE value IS 229 (89.84% from 255) = 36.41%

R = 38.63%
G = 24.96%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F39DE5 (or 0xF39DE5) is known color: Lavender Rose. HEX triplet: F3, 9D and E5. RGB value is (243,157,229). Sum of RGB (Red+Green+Blue) = 243+157+229=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F39DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39DE5 is #0C621A. Grayscale: #BEBEBE. Windows color (decimal): -811547 or 15048179. OLE color: 15048179.

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

Color convert

RGB 243 157 229 -
CMYK 0 0.35 0.06 0.05
HSL 309.77º 0.78% 0.78% -
HSV(B) 309.77º 0.35% 0.95% -
XYZ 63.16 48.83 80.22 -
YUV 190.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 243 157 229 0 0.35 0.06 0.05 309.77 0.78 0.78
Hex F3 9D E5 0 23 6 5 136 4E 4E
Octal 363 235 345 0 43 6 5 466 116 116
Binary 11110011 10011101 11100101 0 100011 110 101 100110110 1001110 1001110

Color Harmonies of #F39DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39DE5

Black with #F39DE5

Text Example


Text Example

White with #F39DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39DE5; }

 p { color: rgb(243,157,229); }

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

background-color css

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

 a { background-color: rgb(243,157,229); }

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

border-color css

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

 span { border-color: rgb(243,157,229); }

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