Html Css Color HEX #FCADBE Light Pink

📋 copy color: '#FCADBE'

red 252 ◦ green 173 ◦ blue 190

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

Shades of Light Pink #FCADBE

Tints of Light Pink #FCADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.89%

R = 40.98%
G = 28.13%
B = 30.89%

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

#FCADBE (or 0xFCADBE) is known color: Light Pink. HEX triplet: FC, AD and BE. RGB value is (252,173,190). Sum of RGB (Red+Green+Blue) = 252+173+190=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADBE is #035241. Grayscale: #C6C6C6. Windows color (decimal): -217666 or 12496380. OLE color: 12496380.

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

Color convert

RGB 252 173 190 -
CMYK 0 0.31 0.25 0.01
HSL 347.09º 0.93% 0.83% -
HSV(B) 347.09º 0.31% 0.99% -
XYZ 64.38 54.3 55.8 -
YUV 198.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 252 173 190 0 0.31 0.25 0.01 347.09 0.93 0.83
Hex FC AD BE 0 1F 19 1 15B 5D 53
Octal 374 255 276 0 37 31 1 533 135 123
Binary 11111100 10101101 10111110 0 11111 11001 1 101011011 1011101 1010011

Color Harmonies of #FCADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADBE

Black with #FCADBE

Text Example


Text Example

White with #FCADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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