Html Css Color HEX #FA99D3 Lavender Rose

📋 copy color: '#FA99D3'

red 250 ◦ green 153 ◦ blue 211

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

Shades of Lavender Rose #FA99D3

Tints of Lavender Rose #FA99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.36%

R = 40.72%
G = 24.92%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FA99D3 (or 0xFA99D3) is known color: Lavender Rose. HEX triplet: FA, 99 and D3. RGB value is (250,153,211). Sum of RGB (Red+Green+Blue) = 250+153+211=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99D3 is #05662C. Grayscale: #BCBCBC. Windows color (decimal): -353837 or 13867514. OLE color: 13867514.

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

Color convert

RGB 250 153 211 -
CMYK 0 0.39 0.16 0.02
HSL 324.12º 0.91% 0.79% -
HSV(B) 324.12º 0.39% 0.98% -
XYZ 62.57 47.81 67.56 -
YUV 188.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 250 153 211 0 0.39 0.16 0.02 324.12 0.91 0.79
Hex FA 99 D3 0 27 10 2 144 5B 4F
Octal 372 231 323 0 47 20 2 504 133 117
Binary 11111010 10011001 11010011 0 100111 10000 10 101000100 1011011 1001111

Color Harmonies of #FA99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99D3

Black with #FA99D3

Text Example


Text Example

White with #FA99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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