Html Css Color HEX #FEC3F3 Lavender Rose

📋 copy color: '#FEC3F3'

red 254 ◦ green 195 ◦ blue 243

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

Shades of Lavender Rose #FEC3F3

Tints of Lavender Rose #FEC3F3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 28.18%

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

R = 36.71%
G = 28.18%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEC3F3 (or 0xFEC3F3) is known color: Lavender Rose. HEX triplet: FE, C3 and F3. RGB value is (254,195,243). Sum of RGB (Red+Green+Blue) = 254+195+243=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 195 (76.56% from 255 or 28.18% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3F3 is #013C0C. Grayscale: #D9D9D9. Windows color (decimal): -80909 or 15975422. OLE color: 15975422.

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

Color convert

RGB 254 195 243 -
CMYK 0 0.23 0.04 0.00
HSL 311.19º 0.97% 0.88% -
HSV(B) 311.19º 0.23% 1% -
XYZ 76.57 66.57 93.61 -
YUV 218.11 142.05 153.6 -
System Red Green Blue C M Y K H S L
Decimal 254 195 243 0 0.23 0.04 0.00 311.19 0.97 0.88
Hex FE C3 F3 0 17 4 0 137 61 58
Octal 376 303 363 0 27 4 0 467 141 130
Binary 11111110 11000011 11110011 0 10111 100 0 100110111 1100001 1011000

Color Harmonies of #FEC3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3F3

Black with #FEC3F3

Text Example


Text Example

White with #FEC3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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