Html Css Color HEX #FEC5F3 Lavender Rose

📋 copy color: '#FEC5F3'

red 254 ◦ green 197 ◦ blue 243

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

Shades of Lavender Rose #FEC5F3

Tints of Lavender Rose #FEC5F3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.39%

 BLUE value IS 243 (95.31% from 255) = 35.01%

R = 36.6%
G = 28.39%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEC5F3 (or 0xFEC5F3) is known color: Lavender Rose. HEX triplet: FE, C5 and F3. RGB value is (254,197,243). Sum of RGB (Red+Green+Blue) = 254+197+243=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 197 (77.34% from 255 or 28.39% from 694); Blue value is 243 (95.31% from 255 or 35.01% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5F3 is #013A0C. Grayscale: #DBDBDB. Windows color (decimal): -80397 or 15975934. OLE color: 15975934.

HSL color Cylindrical-coordinate representation of color #FEC5F3: hue angle of 311.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC5F3 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 197 243 -
CMYK 0 0.22 0.04 0.00
HSL 311.58º 0.97% 0.88% -
HSV(B) 311.58º 0.22% 1% -
XYZ 77.02 67.47 93.76 -
YUV 219.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 254 197 243 0 0.22 0.04 0.00 311.58 0.97 0.88
Hex FE C5 F3 0 16 4 0 138 61 58
Octal 376 305 363 0 26 4 0 470 141 130
Binary 11111110 11000101 11110011 0 10110 100 0 100111000 1100001 1011000

Color Harmonies of #FEC5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5F3

Black with #FEC5F3

Text Example


Text Example

White with #FEC5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5F3; }

 p { color: rgb(254,197,243); }

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

background-color css

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

 a { background-color: rgb(254,197,243); }

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

border-color css

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

 span { border-color: rgb(254,197,243); }

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