Html Css Color HEX #FCADB8 Light Pink

📋 copy color: '#FCADB8'

red 252 ◦ green 173 ◦ blue 184

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

Shades of Light Pink #FCADB8

Tints of Light Pink #FCADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.21%

R = 41.38%
G = 28.41%
B = 30.21%

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

#FCADB8 (or 0xFCADB8) is known color: Light Pink. HEX triplet: FC, AD and B8. RGB value is (252,173,184). Sum of RGB (Red+Green+Blue) = 252+173+184=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB8 is #035247. Grayscale: #C5C5C5. Windows color (decimal): -217672 or 12103164. OLE color: 12103164.

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

Color convert

RGB 252 173 184 -
CMYK 0 0.31 0.27 0.01
HSL 351.65º 0.93% 0.83% -
HSV(B) 351.65º 0.31% 0.99% -
XYZ 63.74 54.04 52.42 -
YUV 197.88 120.17 166.61 -
System Red Green Blue C M Y K H S L
Decimal 252 173 184 0 0.31 0.27 0.01 351.65 0.93 0.83
Hex FC AD B8 0 1F 1B 1 160 5D 53
Octal 374 255 270 0 37 33 1 540 135 123
Binary 11111100 10101101 10111000 0 11111 11011 1 101100000 1011101 1010011

Color Harmonies of #FCADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADB8

Black with #FCADB8

Text Example


Text Example

White with #FCADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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