Html Css Color HEX #FC90DB Lavender Rose

📋 copy color: '#FC90DB'

red 252 ◦ green 144 ◦ blue 219

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

Shades of Lavender Rose #FC90DB

Tints of Lavender Rose #FC90DB

RGB

 RED value IS 252 (98.83% from 255) = 40.98%

 GREEN value IS 144 (56.64% from 255) = 23.41%

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

R = 40.98%
G = 23.41%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC90DB (or 0xFC90DB) is known color: Lavender Rose. HEX triplet: FC, 90 and DB. RGB value is (252,144,219). Sum of RGB (Red+Green+Blue) = 252+144+219=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DB is #036F24. Grayscale: #B8B8B8. Windows color (decimal): -225061 or 14389500. OLE color: 14389500.

HSL color Cylindrical-coordinate representation of color #FC90DB: hue angle of 318.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90DB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 219 -
CMYK 0 0.43 0.13 0.01
HSL 318.33º 0.95% 0.78% -
HSV(B) 318.33º 0.43% 0.99% -
XYZ 62.9 45.76 72.53 -
YUV 184.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 252 144 219 0 0.43 0.13 0.01 318.33 0.95 0.78
Hex FC 90 DB 0 2B D 1 13E 5F 4E
Octal 374 220 333 0 53 15 1 476 137 116
Binary 11111100 10010000 11011011 0 101011 1101 1 100111110 1011111 1001110

Color Harmonies of #FC90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90DB

Black with #FC90DB

Text Example


Text Example

White with #FC90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90DB; }

 p { color: rgb(252,144,219); }

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

background-color css

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

 a { background-color: rgb(252,144,219); }

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

border-color css

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

 span { border-color: rgb(252,144,219); }

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