Html Css Color HEX #FA99DA Lavender Rose

📋 copy color: '#FA99DA'

red 250 ◦ green 153 ◦ blue 218

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

Shades of Lavender Rose #FA99DA

Tints of Lavender Rose #FA99DA

RGB

 RED value IS 250 (98.05% from 255) = 40.26%

 GREEN value IS 153 (60.16% from 255) = 24.64%

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

R = 40.26%
G = 24.64%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA99DA (or 0xFA99DA) is known color: Lavender Rose. HEX triplet: FA, 99 and DA. RGB value is (250,153,218). Sum of RGB (Red+Green+Blue) = 250+153+218=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99DA is #056625. Grayscale: #BDBDBD. Windows color (decimal): -353830 or 14326266. OLE color: 14326266.

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

Color convert

RGB 250 153 218 -
CMYK 0 0.39 0.13 0.02
HSL 319.79º 0.91% 0.79% -
HSV(B) 319.79º 0.39% 0.98% -
XYZ 63.47 48.17 72.28 -
YUV 189.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 250 153 218 0 0.39 0.13 0.02 319.79 0.91 0.79
Hex FA 99 DA 0 27 D 2 140 5B 4F
Octal 372 231 332 0 47 15 2 500 133 117
Binary 11111010 10011001 11011010 0 100111 1101 10 101000000 1011011 1001111

Color Harmonies of #FA99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99DA

Black with #FA99DA

Text Example


Text Example

White with #FA99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99DA; }

 p { color: rgb(250,153,218); }

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

background-color css

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

 a { background-color: rgb(250,153,218); }

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

border-color css

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

 span { border-color: rgb(250,153,218); }

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