Html Css Color HEX #F39BD2 Lavender Rose

📋 copy color: '#F39BD2'

red 243 ◦ green 155 ◦ blue 210

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

Shades of Lavender Rose #F39BD2

Tints of Lavender Rose #F39BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 39.97%
G = 25.49%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F39BD2 (or 0xF39BD2) is known color: Lavender Rose. HEX triplet: F3, 9B and D2. RGB value is (243,155,210). Sum of RGB (Red+Green+Blue) = 243+155+210=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F39BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F39BD2 is #0C642D. Grayscale: #BBBBBB. Windows color (decimal): -812078 or 13802483. OLE color: 13802483.

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

Color convert

RGB 243 155 210 -
CMYK 0 0.36 0.14 0.05
HSL 322.5º 0.79% 0.78% -
HSV(B) 322.5º 0.36% 0.95% -
XYZ 60.32 47.15 66.89 -
YUV 187.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 243 155 210 0 0.36 0.14 0.05 322.5 0.79 0.78
Hex F3 9B D2 0 24 E 5 142 4F 4E
Octal 363 233 322 0 44 16 5 502 117 116
Binary 11110011 10011011 11010010 0 100100 1110 101 101000010 1001111 1001110

Color Harmonies of #F39BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F39BD2

Black with #F39BD2

Text Example


Text Example

White with #F39BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F39BD2; }

 p { color: rgb(243,155,210); }

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

background-color css

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

 a { background-color: rgb(243,155,210); }

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

border-color css

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

 span { border-color: rgb(243,155,210); }

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