Html Css Color HEX #F396DD Lavender Rose

📋 copy color: '#F396DD'

red 243 ◦ green 150 ◦ blue 221

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

Shades of Lavender Rose #F396DD

Tints of Lavender Rose #F396DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.43%

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

R = 39.58%
G = 24.43%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F396DD (or 0xF396DD) is known color: Lavender Rose. HEX triplet: F3, 96 and DD. RGB value is (243,150,221). Sum of RGB (Red+Green+Blue) = 243+150+221=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 150 (58.98% from 255 or 24.43% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F396DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396DD is #0C6922. Grayscale: #B9B9B9. Windows color (decimal): -813347 or 14522099. OLE color: 14522099.

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

Color convert

RGB 243 150 221 -
CMYK 0 0.38 0.09 0.05
HSL 314.19º 0.79% 0.77% -
HSV(B) 314.19º 0.38% 0.95% -
XYZ 60.92 46.09 74.09 -
YUV 185.9 147.81 168.73 -
System Red Green Blue C M Y K H S L
Decimal 243 150 221 0 0.38 0.09 0.05 314.19 0.79 0.77
Hex F3 96 DD 0 26 9 5 13A 4F 4D
Octal 363 226 335 0 46 11 5 472 117 115
Binary 11110011 10010110 11011101 0 100110 1001 101 100111010 1001111 1001101

Color Harmonies of #F396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396DD

Black with #F396DD

Text Example


Text Example

White with #F396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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