Html Css Color HEX #FCA8E1 Lavender Rose

📋 copy color: '#FCA8E1'

red 252 ◦ green 168 ◦ blue 225

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

Shades of Lavender Rose #FCA8E1

Tints of Lavender Rose #FCA8E1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.05%

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 39.07%
G = 26.05%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCA8E1 (or 0xFCA8E1) is known color: Lavender Rose. HEX triplet: FC, A8 and E1. RGB value is (252,168,225). Sum of RGB (Red+Green+Blue) = 252+168+225=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 168 (66.02% from 255 or 26.05% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8E1 is #03571E. Grayscale: #C7C7C7. Windows color (decimal): -218911 or 14788860. OLE color: 14788860.

HSL color Cylindrical-coordinate representation of color #FCA8E1: hue angle of 319.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8E1 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 225 -
CMYK 0 0.33 0.11 0.01
HSL 319.29º 0.93% 0.82% -
HSV(B) 319.29º 0.33% 0.99% -
XYZ 67.74 54.14 78.11 -
YUV 199.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 252 168 225 0 0.33 0.11 0.01 319.29 0.93 0.82
Hex FC A8 E1 0 21 B 1 13F 5D 52
Octal 374 250 341 0 41 13 1 477 135 122
Binary 11111100 10101000 11100001 0 100001 1011 1 100111111 1011101 1010010

Color Harmonies of #FCA8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8E1

Black with #FCA8E1

Text Example


Text Example

White with #FCA8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8E1; }

 p { color: rgb(252,168,225); }

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

background-color css

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

 a { background-color: rgb(252,168,225); }

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

border-color css

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

 span { border-color: rgb(252,168,225); }

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