Html Css Color HEX #FCAEDA Lavender Pink

📋 copy color: '#FCAEDA'

red 252 ◦ green 174 ◦ blue 218

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

Shades of Lavender Pink #FCAEDA

Tints of Lavender Pink #FCAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.02%

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 39.13%
G = 27.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCAEDA (or 0xFCAEDA) is known color: Lavender Pink. HEX triplet: FC, AE and DA. RGB value is (252,174,218). Sum of RGB (Red+Green+Blue) = 252+174+218=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEDA is #035125. Grayscale: #CACACA. Windows color (decimal): -217382 or 14331644. OLE color: 14331644.

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

Color convert

RGB 252 174 218 -
CMYK 0 0.31 0.13 0.01
HSL 326.15º 0.93% 0.84% -
HSV(B) 326.15º 0.31% 0.99% -
XYZ 67.94 56.03 73.56 -
YUV 202.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 252 174 218 0 0.31 0.13 0.01 326.15 0.93 0.84
Hex FC AE DA 0 1F D 1 146 5D 54
Octal 374 256 332 0 37 15 1 506 135 124
Binary 11111100 10101110 11011010 0 11111 1101 1 101000110 1011101 1010100

Color Harmonies of #FCAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEDA

Black with #FCAEDA

Text Example


Text Example

White with #FCAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEDA; }

 p { color: rgb(252,174,218); }

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

background-color css

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

 a { background-color: rgb(252,174,218); }

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

border-color css

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

 span { border-color: rgb(252,174,218); }

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