Html Css Color HEX #F993D4 Lavender Rose

📋 copy color: '#F993D4'

red 249 ◦ green 147 ◦ blue 212

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

Shades of Lavender Rose #F993D4

Tints of Lavender Rose #F993D4

RGB

 RED value IS 249 (97.66% from 255) = 40.95%

 GREEN value IS 147 (57.81% from 255) = 24.18%

 BLUE value IS 212 (83.2% from 255) = 34.87%

R = 40.95%
G = 24.18%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F993D4 (or 0xF993D4) is known color: Lavender Rose. HEX triplet: F9, 93 and D4. RGB value is (249,147,212). Sum of RGB (Red+Green+Blue) = 249+147+212=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F993D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993D4 is #066C2B. Grayscale: #B8B8B8. Windows color (decimal): -420908 or 13931513. OLE color: 13931513.

HSL color Cylindrical-coordinate representation of color #F993D4: hue angle of 321.76º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993D4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 212 -
CMYK 0 0.41 0.15 0.02
HSL 321.76º 0.89% 0.78% -
HSV(B) 321.76º 0.41% 0.98% -
XYZ 61.38 45.76 67.88 -
YUV 184.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 249 147 212 0 0.41 0.15 0.02 321.76 0.89 0.78
Hex F9 93 D4 0 29 F 2 142 59 4E
Octal 371 223 324 0 51 17 2 502 131 116
Binary 11111001 10010011 11010100 0 101001 1111 10 101000010 1011001 1001110

Color Harmonies of #F993D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993D4

Black with #F993D4

Text Example


Text Example

White with #F993D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993D4; }

 p { color: rgb(249,147,212); }

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

background-color css

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

 a { background-color: rgb(249,147,212); }

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

border-color css

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

 span { border-color: rgb(249,147,212); }

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