Html Css Color HEX #F396D3 Lavender Rose

📋 copy color: '#F396D3'

red 243 ◦ green 150 ◦ blue 211

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

Shades of Lavender Rose #F396D3

Tints of Lavender Rose #F396D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 40.23%
G = 24.83%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F396D3 (or 0xF396D3) is known color: Lavender Rose. HEX triplet: F3, 96 and D3. RGB value is (243,150,211). Sum of RGB (Red+Green+Blue) = 243+150+211=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 150 (58.98% from 255 or 24.83% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F396D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F396D3 is #0C692C. Grayscale: #B8B8B8. Windows color (decimal): -813357 or 13866739. OLE color: 13866739.

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

Color convert

RGB 243 150 211 -
CMYK 0 0.38 0.13 0.05
HSL 320.65º 0.79% 0.77% -
HSV(B) 320.65º 0.38% 0.95% -
XYZ 59.63 45.57 67.28 -
YUV 184.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 243 150 211 0 0.38 0.13 0.05 320.65 0.79 0.77
Hex F3 96 D3 0 26 D 5 141 4F 4D
Octal 363 226 323 0 46 15 5 501 117 115
Binary 11110011 10010110 11010011 0 100110 1101 101 101000001 1001111 1001101

Color Harmonies of #F396D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F396D3

Black with #F396D3

Text Example


Text Example

White with #F396D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F396D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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