Html Css Color HEX #FC9AF2 Lavender Rose

📋 copy color: '#FC9AF2'

red 252 ◦ green 154 ◦ blue 242

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

Shades of Lavender Rose #FC9AF2

Tints of Lavender Rose #FC9AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.35%

R = 38.89%
G = 23.77%
B = 37.35%

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

#FC9AF2 (or 0xFC9AF2) is known color: Lavender Rose. HEX triplet: FC, 9A and F2. RGB value is (252,154,242). Sum of RGB (Red+Green+Blue) = 252+154+242=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9AF2 is #03650D. Grayscale: #C1C1C1. Windows color (decimal): -222478 or 15899388. OLE color: 15899388.

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

Color convert

RGB 252 154 242 -
CMYK 0 0.39 0.04 0.01
HSL 306.12º 0.94% 0.8% -
HSV(B) 306.12º 0.39% 0.99% -
XYZ 67.73 50.22 90.13 -
YUV 193.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 252 154 242 0 0.39 0.04 0.01 306.12 0.94 0.8
Hex FC 9A F2 0 27 4 1 132 5E 50
Octal 374 232 362 0 47 4 1 462 136 120
Binary 11111100 10011010 11110010 0 100111 100 1 100110010 1011110 1010000

Color Harmonies of #FC9AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9AF2

Black with #FC9AF2

Text Example


Text Example

White with #FC9AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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