Html Css Color HEX #FC94DF Lavender Rose

📋 copy color: '#FC94DF'

red 252 ◦ green 148 ◦ blue 223

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

Shades of Lavender Rose #FC94DF

Tints of Lavender Rose #FC94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 23.76%

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

R = 40.45%
G = 23.76%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC94DF (or 0xFC94DF) is known color: Lavender Rose. HEX triplet: FC, 94 and DF. RGB value is (252,148,223). Sum of RGB (Red+Green+Blue) = 252+148+223=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94DF is #036B20. Grayscale: #BBBBBB. Windows color (decimal): -224033 or 14652668. OLE color: 14652668.

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

Color convert

RGB 252 148 223 -
CMYK 0 0.41 0.12 0.01
HSL 316.73º 0.95% 0.78% -
HSV(B) 316.73º 0.41% 0.99% -
XYZ 64.05 47.2 75.55 -
YUV 187.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 252 148 223 0 0.41 0.12 0.01 316.73 0.95 0.78
Hex FC 94 DF 0 29 C 1 13D 5F 4E
Octal 374 224 337 0 51 14 1 475 137 116
Binary 11111100 10010100 11011111 0 101001 1100 1 100111101 1011111 1001110

Color Harmonies of #FC94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC94DF

Black with #FC94DF

Text Example


Text Example

White with #FC94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC94DF; }

 p { color: rgb(252,148,223); }

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

background-color css

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

 a { background-color: rgb(252,148,223); }

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

border-color css

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

 span { border-color: rgb(252,148,223); }

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