Html Css Color HEX #FCADBC Light Pink

📋 copy color: '#FCADBC'

red 252 ◦ green 173 ◦ blue 188

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

Shades of Light Pink #FCADBC

Tints of Light Pink #FCADBC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.22%

 BLUE value IS 188 (73.83% from 255) = 30.67%

R = 41.11%
G = 28.22%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCADBC (or 0xFCADBC) is known color: Light Pink. HEX triplet: FC, AD and BC. RGB value is (252,173,188). Sum of RGB (Red+Green+Blue) = 252+173+188=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADBC is #035243. Grayscale: #C6C6C6. Windows color (decimal): -217668 or 12365308. OLE color: 12365308.

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

Color convert

RGB 252 173 188 -
CMYK 0 0.31 0.25 0.01
HSL 348.61º 0.93% 0.83% -
HSV(B) 348.61º 0.31% 0.99% -
XYZ 64.17 54.21 54.66 -
YUV 198.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 252 173 188 0 0.31 0.25 0.01 348.61 0.93 0.83
Hex FC AD BC 0 1F 19 1 15D 5D 53
Octal 374 255 274 0 37 31 1 535 135 123
Binary 11111100 10101101 10111100 0 11111 11001 1 101011101 1011101 1010011

Color Harmonies of #FCADBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADBC

Black with #FCADBC

Text Example


Text Example

White with #FCADBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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