Html Css Color HEX #FCACAD Light Pink

📋 copy color: '#FCACAD'

red 252 ◦ green 172 ◦ blue 173

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

Shades of Light Pink #FCACAD

Tints of Light Pink #FCACAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.98%

R = 42.21%
G = 28.81%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCACAD (or 0xFCACAD) is known color: Light Pink. HEX triplet: FC, AC and AD. RGB value is (252,172,173). Sum of RGB (Red+Green+Blue) = 252+172+173=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCACAD is #035352. Grayscale: #C4C4C4. Windows color (decimal): -217939 or 11382012. OLE color: 11382012.

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

Color convert

RGB 252 172 173 -
CMYK 0 0.32 0.31 0.01
HSL 359.25º 0.93% 0.83% -
HSV(B) 359.25º 0.32% 0.99% -
XYZ 62.44 53.22 46.52 -
YUV 196.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 252 172 173 0 0.32 0.31 0.01 359.25 0.93 0.83
Hex FC AC AD 0 20 1F 1 167 5D 53
Octal 374 254 255 0 40 37 1 547 135 123
Binary 11111100 10101100 10101101 0 100000 11111 1 101100111 1011101 1010011

Color Harmonies of #FCACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACAD

Black with #FCACAD

Text Example


Text Example

White with #FCACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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