Html Css Color HEX #FEA2FC Lavender Rose

📋 copy color: '#FEA2FC'

red 254 ◦ green 162 ◦ blue 252

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

Shades of Lavender Rose #FEA2FC

Tints of Lavender Rose #FEA2FC

RGB

 RED value IS 254 (99.61% from 255) = 38.02%

 GREEN value IS 162 (63.67% from 255) = 24.25%

 BLUE value IS 252 (98.83% from 255) = 37.72%

R = 38.02%
G = 24.25%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEA2FC (or 0xFEA2FC) is known color: Lavender Rose. HEX triplet: FE, A2 and FC. RGB value is (254,162,252). Sum of RGB (Red+Green+Blue) = 254+162+252=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 162 (63.67% from 255 or 24.25% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2FC is #015D03. Grayscale: #C7C7C7. Windows color (decimal): -89348 or 16556798. OLE color: 16556798.

HSL color Cylindrical-coordinate representation of color #FEA2FC: hue angle of 301.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2FC is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 252 -
CMYK 0 0.36 0.01 0.00
HSL 301.3º 0.98% 0.82% -
HSV(B) 301.3º 0.36% 1% -
XYZ 71.36 53.94 98.75 -
YUV 199.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 254 162 252 0 0.36 0.01 0.00 301.3 0.98 0.82
Hex FE A2 FC 0 24 1 0 12D 62 52
Octal 376 242 374 0 44 1 0 455 142 122
Binary 11111110 10100010 11111100 0 100100 1 0 100101101 1100010 1010010

Color Harmonies of #FEA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2FC

Black with #FEA2FC

Text Example


Text Example

White with #FEA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2FC; }

 p { color: rgb(254,162,252); }

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

background-color css

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

 a { background-color: rgb(254,162,252); }

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

border-color css

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

 span { border-color: rgb(254,162,252); }

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