Html Css Color HEX #FCADB9 Light Pink

📋 copy color: '#FCADB9'

red 252 ◦ green 173 ◦ blue 185

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

Shades of Light Pink #FCADB9

Tints of Light Pink #FCADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 41.31%
G = 28.36%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCADB9 (or 0xFCADB9) is known color: Light Pink. HEX triplet: FC, AD and B9. RGB value is (252,173,185). Sum of RGB (Red+Green+Blue) = 252+173+185=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB9 is #035246. Grayscale: #C6C6C6. Windows color (decimal): -217671 or 12168700. OLE color: 12168700.

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

Color convert

RGB 252 173 185 -
CMYK 0 0.31 0.27 0.01
HSL 350.89º 0.93% 0.83% -
HSV(B) 350.89º 0.31% 0.99% -
XYZ 63.85 54.09 52.97 -
YUV 197.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 252 173 185 0 0.31 0.27 0.01 350.89 0.93 0.83
Hex FC AD B9 0 1F 1B 1 15F 5D 53
Octal 374 255 271 0 37 33 1 537 135 123
Binary 11111100 10101101 10111001 0 11111 11011 1 101011111 1011101 1010011

Color Harmonies of #FCADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADB9

Black with #FCADB9

Text Example


Text Example

White with #FCADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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