Html Css Color HEX #FCA8EA Lavender Rose

📋 copy color: '#FCA8EA'

red 252 ◦ green 168 ◦ blue 234

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

Shades of Lavender Rose #FCA8EA

Tints of Lavender Rose #FCA8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 38.53%
G = 25.69%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FCA8EA (or 0xFCA8EA) is known color: Lavender Rose. HEX triplet: FC, A8 and EA. RGB value is (252,168,234). Sum of RGB (Red+Green+Blue) = 252+168+234=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCA8EA is #035715. Grayscale: #C8C8C8. Windows color (decimal): -218902 or 15378684. OLE color: 15378684.

HSL color Cylindrical-coordinate representation of color #FCA8EA: hue angle of 312.86º 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 #FCA8EA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 234 -
CMYK 0 0.33 0.07 0.01
HSL 312.86º 0.93% 0.82% -
HSV(B) 312.86º 0.33% 0.99% -
XYZ 69 54.64 84.75 -
YUV 200.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 252 168 234 0 0.33 0.07 0.01 312.86 0.93 0.82
Hex FC A8 EA 0 21 7 1 139 5D 52
Octal 374 250 352 0 41 7 1 471 135 122
Binary 11111100 10101000 11101010 0 100001 111 1 100111001 1011101 1010010

Color Harmonies of #FCA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8EA

Black with #FCA8EA

Text Example


Text Example

White with #FCA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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