Html Css Color HEX #FA9DDB Lavender Rose

📋 copy color: '#FA9DDB'

red 250 ◦ green 157 ◦ blue 219

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

Shades of Lavender Rose #FA9DDB

Tints of Lavender Rose #FA9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.08%

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 39.94%
G = 25.08%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA9DDB (or 0xFA9DDB) is known color: Lavender Rose. HEX triplet: FA, 9D and DB. RGB value is (250,157,219). Sum of RGB (Red+Green+Blue) = 250+157+219=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9DDB is #056224. Grayscale: #BFBFBF. Windows color (decimal): -352805 or 14392826. OLE color: 14392826.

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

Color convert

RGB 250 157 219 -
CMYK 0 0.37 0.12 0.02
HSL 320º 0.9% 0.8% -
HSV(B) 320º 0.37% 0.98% -
XYZ 64.27 49.55 73.2 -
YUV 191.88 143.31 169.46 -
System Red Green Blue C M Y K H S L
Decimal 250 157 219 0 0.37 0.12 0.02 320 0.9 0.8
Hex FA 9D DB 0 25 C 2 140 5A 50
Octal 372 235 333 0 45 14 2 500 132 120
Binary 11111010 10011101 11011011 0 100101 1100 10 101000000 1011010 1010000

Color Harmonies of #FA9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9DDB

Black with #FA9DDB

Text Example


Text Example

White with #FA9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9DDB; }

 p { color: rgb(250,157,219); }

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

background-color css

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

 a { background-color: rgb(250,157,219); }

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

border-color css

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

 span { border-color: rgb(250,157,219); }

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