#FCADAF

Color #FCADAF Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FCADAF

Tints of Light Pink #FCADAF

Color information

#FCADAF (or 0xFCADAF) is unknown color: approx Light Pink. HEX triplet: FC, AD and AF. RGB value is (252,173,175). Sum of RGB (Red+Green+Blue) = 252+173+175=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADAF is #035250. Grayscale: #C4C4C4. Windows color (decimal): -217681 or 11513340. OLE color: 11513340.

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

Color convert

RGB252173175-
CMYK00.310.310.01
HSL358.48º92.94%83.33%-
HSV(B)358.48º31.35%98.82%-
XYZ62.8353.6847.61-
YUV196.85115.67167.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=42%
G=28.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217317500.310.310.01358.4892.9483.33
HexFCADAF01F1F11665d53
Octal374255257037371546135123
Binary11111100101011011010111101111111111110110011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADAF; }

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

 H1.HeaderClassName
 {
   color: #FCADAF;
 }
 .AnyTagClassName
 {
   color: #FCADAF;
 }
</style>
background-color css

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

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

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

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

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

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