Html Css Color HEX #FCACDA Lavender Pink

📋 copy color: '#FCACDA'

red 252 ◦ green 172 ◦ blue 218

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

Shades of Lavender Pink #FCACDA

Tints of Lavender Pink #FCACDA

RGB

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

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

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

R = 39.25%
G = 26.79%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCACDA (or 0xFCACDA) is known color: Lavender Pink. HEX triplet: FC, AC and DA. RGB value is (252,172,218). Sum of RGB (Red+Green+Blue) = 252+172+218=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDA is #035325. Grayscale: #C9C9C9. Windows color (decimal): -217894 or 14331132. OLE color: 14331132.

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

Color convert

RGB 252 172 218 -
CMYK 0 0.32 0.13 0.01
HSL 325.5º 0.93% 0.83% -
HSV(B) 325.5º 0.32% 0.99% -
XYZ 67.55 55.26 73.44 -
YUV 201.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 252 172 218 0 0.32 0.13 0.01 325.5 0.93 0.83
Hex FC AC DA 0 20 D 1 146 5D 53
Octal 374 254 332 0 40 15 1 506 135 123
Binary 11111100 10101100 11011010 0 100000 1101 1 101000110 1011101 1010011

Color Harmonies of #FCACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACDA

Black with #FCACDA

Text Example


Text Example

White with #FCACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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