Html Css Color HEX #FC92E4 Lavender Rose

📋 copy color: '#FC92E4'

red 252 ◦ green 146 ◦ blue 228

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

Shades of Lavender Rose #FC92E4

Tints of Lavender Rose #FC92E4

RGB

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

 GREEN value IS 146 (57.42% from 255) = 23.32%

 BLUE value IS 228 (89.45% from 255) = 36.42%

R = 40.26%
G = 23.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FC92E4 (or 0xFC92E4) is known color: Lavender Rose. HEX triplet: FC, 92 and E4. RGB value is (252,146,228). Sum of RGB (Red+Green+Blue) = 252+146+228=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 146 (57.42% from 255 or 23.32% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC92E4 is #036D1B. Grayscale: #BABABA. Windows color (decimal): -224540 or 14979836. OLE color: 14979836.

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

Color convert

RGB 252 146 228 -
CMYK 0 0.42 0.10 0.01
HSL 313.58º 0.95% 0.78% -
HSV(B) 313.58º 0.42% 0.99% -
XYZ 64.43 46.85 79.05 -
YUV 187.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 252 146 228 0 0.42 0.10 0.01 313.58 0.95 0.78
Hex FC 92 E4 0 2A A 1 13A 5F 4E
Octal 374 222 344 0 52 12 1 472 137 116
Binary 11111100 10010010 11100100 0 101010 1010 1 100111010 1011111 1001110

Color Harmonies of #FC92E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC92E4

Black with #FC92E4

Text Example


Text Example

White with #FC92E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC92E4; }

 p { color: rgb(252,146,228); }

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

background-color css

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

 a { background-color: rgb(252,146,228); }

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

border-color css

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

 span { border-color: rgb(252,146,228); }

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