Html Css Color HEX #FC90DA Lavender Rose

📋 copy color: '#FC90DA'

red 252 ◦ green 144 ◦ blue 218

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

Shades of Lavender Rose #FC90DA

Tints of Lavender Rose #FC90DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.5%

R = 41.04%
G = 23.45%
B = 35.5%

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

#FC90DA (or 0xFC90DA) is known color: Lavender Rose. HEX triplet: FC, 90 and DA. RGB value is (252,144,218). Sum of RGB (Red+Green+Blue) = 252+144+218=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC90DA is #036F25. Grayscale: #B8B8B8. Windows color (decimal): -225062 or 14323964. OLE color: 14323964.

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

Color convert

RGB 252 144 218 -
CMYK 0 0.43 0.13 0.01
HSL 318.89º 0.95% 0.78% -
HSV(B) 318.89º 0.43% 0.99% -
XYZ 62.77 45.7 71.84 -
YUV 184.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 252 144 218 0 0.43 0.13 0.01 318.89 0.95 0.78
Hex FC 90 DA 0 2B D 1 13F 5F 4E
Octal 374 220 332 0 53 15 1 477 137 116
Binary 11111100 10010000 11011010 0 101011 1101 1 100111111 1011111 1001110

Color Harmonies of #FC90DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC90DA

Black with #FC90DA

Text Example


Text Example

White with #FC90DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC90DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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