Html Css Color HEX #F99AD6 Lavender Rose

📋 copy color: '#F99AD6'

red 249 ◦ green 154 ◦ blue 214

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

Shades of Lavender Rose #F99AD6

Tints of Lavender Rose #F99AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.96%

 BLUE value IS 214 (83.98% from 255) = 34.68%

R = 40.36%
G = 24.96%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F99AD6 (or 0xF99AD6) is known color: Lavender Rose. HEX triplet: F9, 9A and D6. RGB value is (249,154,214). Sum of RGB (Red+Green+Blue) = 249+154+214=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD6 is #066529. Grayscale: #BDBDBD. Windows color (decimal): -419114 or 14064377. OLE color: 14064377.

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

Color convert

RGB 249 154 214 -
CMYK 0 0.38 0.14 0.02
HSL 322.11º 0.89% 0.79% -
HSV(B) 322.11º 0.38% 0.98% -
XYZ 62.76 48.11 69.6 -
YUV 189.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 249 154 214 0 0.38 0.14 0.02 322.11 0.89 0.79
Hex F9 9A D6 0 26 E 2 142 59 4F
Octal 371 232 326 0 46 16 2 502 131 117
Binary 11111001 10011010 11010110 0 100110 1110 10 101000010 1011001 1001111

Color Harmonies of #F99AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99AD6

Black with #F99AD6

Text Example


Text Example

White with #F99AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99AD6; }

 p { color: rgb(249,154,214); }

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

background-color css

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

 a { background-color: rgb(249,154,214); }

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

border-color css

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

 span { border-color: rgb(249,154,214); }

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