Html Css Color HEX #F99BDA Lavender Rose

📋 copy color: '#F99BDA'

red 249 ◦ green 155 ◦ blue 218

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

Shades of Lavender Rose #F99BDA

Tints of Lavender Rose #F99BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 40.03%
G = 24.92%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F99BDA (or 0xF99BDA) is known color: Lavender Rose. HEX triplet: F9, 9B and DA. RGB value is (249,155,218). Sum of RGB (Red+Green+Blue) = 249+155+218=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 155 (60.94% from 255 or 24.92% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BDA is #066425. Grayscale: #BEBEBE. Windows color (decimal): -418854 or 14326777. OLE color: 14326777.

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

Color convert

RGB 249 155 218 -
CMYK 0 0.38 0.12 0.02
HSL 319.79º 0.89% 0.79% -
HSV(B) 319.79º 0.38% 0.98% -
XYZ 63.44 48.64 72.38 -
YUV 190.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 249 155 218 0 0.38 0.12 0.02 319.79 0.89 0.79
Hex F9 9B DA 0 26 C 2 140 59 4F
Octal 371 233 332 0 46 14 2 500 131 117
Binary 11111001 10011011 11011010 0 100110 1100 10 101000000 1011001 1001111

Color Harmonies of #F99BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BDA

Black with #F99BDA

Text Example


Text Example

White with #F99BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BDA; }

 p { color: rgb(249,155,218); }

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

background-color css

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

 a { background-color: rgb(249,155,218); }

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

border-color css

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

 span { border-color: rgb(249,155,218); }

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