Html Css Color HEX #FC90DC Lavender Rose

📋 copy color: '#FC90DC'

red 252 ◦ green 144 ◦ blue 220

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

Shades of Lavender Rose #FC90DC

Tints of Lavender Rose #FC90DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.71%

R = 40.91%
G = 23.38%
B = 35.71%

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

#FC90DC (or 0xFC90DC) is known color: Lavender Rose. HEX triplet: FC, 90 and DC. RGB value is (252,144,220). Sum of RGB (Red+Green+Blue) = 252+144+220=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DC is #036F23. Grayscale: #B8B8B8. Windows color (decimal): -225060 or 14455036. OLE color: 14455036.

HSL color Cylindrical-coordinate representation of color #FC90DC: hue angle of 317.78º 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 #FC90DC is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 220 -
CMYK 0 0.43 0.13 0.01
HSL 317.78º 0.95% 0.78% -
HSV(B) 317.78º 0.43% 0.99% -
XYZ 63.04 45.81 73.23 -
YUV 184.96 147.78 175.82 -
System Red Green Blue C M Y K H S L
Decimal 252 144 220 0 0.43 0.13 0.01 317.78 0.95 0.78
Hex FC 90 DC 0 2B D 1 13E 5F 4E
Octal 374 220 334 0 53 15 1 476 137 116
Binary 11111100 10010000 11011100 0 101011 1101 1 100111110 1011111 1001110

Color Harmonies of #FC90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90DC

Black with #FC90DC

Text Example


Text Example

White with #FC90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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