Html Css Color HEX #FCADB4 Light Pink

📋 copy color: '#FCADB4'

red 252 ◦ green 173 ◦ blue 180

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

Shades of Light Pink #FCADB4

Tints of Light Pink #FCADB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.75%

R = 41.65%
G = 28.6%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCADB4 (or 0xFCADB4) is known color: Light Pink. HEX triplet: FC, AD and B4. RGB value is (252,173,180). Sum of RGB (Red+Green+Blue) = 252+173+180=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB4 is #03524B. Grayscale: #C5C5C5. Windows color (decimal): -217676 or 11841020. OLE color: 11841020.

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

Color convert

RGB 252 173 180 -
CMYK 0 0.31 0.29 0.01
HSL 354.68º 0.93% 0.83% -
HSV(B) 354.68º 0.31% 0.99% -
XYZ 63.33 53.88 50.24 -
YUV 197.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 252 173 180 0 0.31 0.29 0.01 354.68 0.93 0.83
Hex FC AD B4 0 1F 1D 1 163 5D 53
Octal 374 255 264 0 37 35 1 543 135 123
Binary 11111100 10101101 10110100 0 11111 11101 1 101100011 1011101 1010011

Color Harmonies of #FCADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADB4

Black with #FCADB4

Text Example


Text Example

White with #FCADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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