Html Css Color HEX #FCACBE Light Pink

📋 copy color: '#FCACBE'

red 252 ◦ green 172 ◦ blue 190

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

Shades of Light Pink #FCACBE

Tints of Light Pink #FCACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.94%

R = 41.04%
G = 28.01%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCACBE (or 0xFCACBE) is known color: Light Pink. HEX triplet: FC, AC and BE. RGB value is (252,172,190). Sum of RGB (Red+Green+Blue) = 252+172+190=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACBE is #035341. Grayscale: #C5C5C5. Windows color (decimal): -217922 or 12496124. OLE color: 12496124.

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

Color convert

RGB 252 172 190 -
CMYK 0 0.32 0.25 0.01
HSL 346.5º 0.93% 0.83% -
HSV(B) 346.5º 0.32% 0.99% -
XYZ 64.19 53.92 55.74 -
YUV 197.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 252 172 190 0 0.32 0.25 0.01 346.5 0.93 0.83
Hex FC AC BE 0 20 19 1 15A 5D 53
Octal 374 254 276 0 40 31 1 532 135 123
Binary 11111100 10101100 10111110 0 100000 11001 1 101011010 1011101 1010011

Color Harmonies of #FCACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACBE

Black with #FCACBE

Text Example


Text Example

White with #FCACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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