Html Css Color HEX #FA9CDF Lavender Rose

📋 copy color: '#FA9CDF'

red 250 ◦ green 156 ◦ blue 223

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

Shades of Lavender Rose #FA9CDF

Tints of Lavender Rose #FA9CDF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.8%

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 39.75%
G = 24.8%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA9CDF (or 0xFA9CDF) is known color: Lavender Rose. HEX triplet: FA, 9C and DF. RGB value is (250,156,223). Sum of RGB (Red+Green+Blue) = 250+156+223=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CDF is #056320. Grayscale: #BFBFBF. Windows color (decimal): -353057 or 14654714. OLE color: 14654714.

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

Color convert

RGB 250 156 223 -
CMYK 0 0.38 0.11 0.02
HSL 317.23º 0.9% 0.8% -
HSV(B) 317.23º 0.38% 0.98% -
XYZ 64.63 49.43 75.95 -
YUV 191.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 250 156 223 0 0.38 0.11 0.02 317.23 0.9 0.8
Hex FA 9C DF 0 26 B 2 13D 5A 50
Octal 372 234 337 0 46 13 2 475 132 120
Binary 11111010 10011100 11011111 0 100110 1011 10 100111101 1011010 1010000

Color Harmonies of #FA9CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CDF

Black with #FA9CDF

Text Example


Text Example

White with #FA9CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CDF; }

 p { color: rgb(250,156,223); }

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

background-color css

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

 a { background-color: rgb(250,156,223); }

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

border-color css

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

 span { border-color: rgb(250,156,223); }

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