Html Css Color HEX #F39EDD Lavender Rose

📋 copy color: '#F39EDD'

red 243 ◦ green 158 ◦ blue 221

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

Shades of Lavender Rose #F39EDD

Tints of Lavender Rose #F39EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.4%

 BLUE value IS 221 (86.72% from 255) = 35.53%

R = 39.07%
G = 25.4%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F39EDD (or 0xF39EDD) is known color: Lavender Rose. HEX triplet: F3, 9E and DD. RGB value is (243,158,221). Sum of RGB (Red+Green+Blue) = 243+158+221=622 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.07% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 243 - color contains mainly: red. Hex color #F39EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39EDD is #0C6122. Grayscale: #BEBEBE. Windows color (decimal): -811299 or 14524147. OLE color: 14524147.

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

Color convert

RGB 243 158 221 -
CMYK 0 0.35 0.09 0.05
HSL 315.53º 0.78% 0.79% -
HSV(B) 315.53º 0.35% 0.95% -
XYZ 62.24 48.73 74.53 -
YUV 190.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 243 158 221 0 0.35 0.09 0.05 315.53 0.78 0.79
Hex F3 9E DD 0 23 9 5 13C 4E 4F
Octal 363 236 335 0 43 11 5 474 116 117
Binary 11110011 10011110 11011101 0 100011 1001 101 100111100 1001110 1001111

Color Harmonies of #F39EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39EDD

Black with #F39EDD

Text Example


Text Example

White with #F39EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39EDD; }

 p { color: rgb(243,158,221); }

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

background-color css

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

 a { background-color: rgb(243,158,221); }

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

border-color css

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

 span { border-color: rgb(243,158,221); }

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