Html Css Color HEX #FEACEE Lavender Rose

📋 copy color: '#FEACEE'

red 254 ◦ green 172 ◦ blue 238

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

Shades of Lavender Rose #FEACEE

Tints of Lavender Rose #FEACEE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.9%

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 38.25%
G = 25.9%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEACEE (or 0xFEACEE) is known color: Lavender Rose. HEX triplet: FE, AC and EE. RGB value is (254,172,238). Sum of RGB (Red+Green+Blue) = 254+172+238=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 172 (67.58% from 255 or 25.90% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEACEE is #015311. Grayscale: #CBCBCB. Windows color (decimal): -86802 or 15641854. OLE color: 15641854.

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

Color convert

RGB 254 172 238 -
CMYK 0 0.32 0.06 0.00
HSL 311.71º 0.98% 0.84% -
HSV(B) 311.71º 0.32% 1% -
XYZ 71.06 56.75 88.1 -
YUV 204.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 254 172 238 0 0.32 0.06 0.00 311.71 0.98 0.84
Hex FE AC EE 0 20 6 0 138 62 54
Octal 376 254 356 0 40 6 0 470 142 124
Binary 11111110 10101100 11101110 0 100000 110 0 100111000 1100010 1010100

Color Harmonies of #FEACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEACEE

Black with #FEACEE

Text Example


Text Example

White with #FEACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEACEE; }

 p { color: rgb(254,172,238); }

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

background-color css

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

 a { background-color: rgb(254,172,238); }

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

border-color css

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

 span { border-color: rgb(254,172,238); }

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