Html Css Color HEX #FC9AF1 Lavender Rose

📋 copy color: '#FC9AF1'

red 252 ◦ green 154 ◦ blue 241

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

Shades of Lavender Rose #FC9AF1

Tints of Lavender Rose #FC9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 23.8%

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 38.95%
G = 23.8%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC9AF1 (or 0xFC9AF1) is known color: Lavender Rose. HEX triplet: FC, 9A and F1. RGB value is (252,154,241). Sum of RGB (Red+Green+Blue) = 252+154+241=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AF1 is #03650E. Grayscale: #C0C0C0. Windows color (decimal): -222479 or 15833852. OLE color: 15833852.

HSL color Cylindrical-coordinate representation of color #FC9AF1: hue angle of 306.73º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9AF1 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 241 -
CMYK 0 0.39 0.04 0.01
HSL 306.73º 0.94% 0.8% -
HSV(B) 306.73º 0.39% 0.99% -
XYZ 67.58 50.16 89.34 -
YUV 193.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 252 154 241 0 0.39 0.04 0.01 306.73 0.94 0.8
Hex FC 9A F1 0 27 4 1 133 5E 50
Octal 374 232 361 0 47 4 1 463 136 120
Binary 11111100 10011010 11110001 0 100111 100 1 100110011 1011110 1010000

Color Harmonies of #FC9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9AF1

Black with #FC9AF1

Text Example


Text Example

White with #FC9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9AF1; }

 p { color: rgb(252,154,241); }

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

background-color css

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

 a { background-color: rgb(252,154,241); }

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

border-color css

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

 span { border-color: rgb(252,154,241); }

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