Html Css Color HEX #FCADC8 Carnation Pink

📋 copy color: '#FCADC8'

red 252 ◦ green 173 ◦ blue 200

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

Shades of Carnation Pink #FCADC8

Tints of Carnation Pink #FCADC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32%

R = 40.32%
G = 27.68%
B = 32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCADC8 (or 0xFCADC8) is known color: Carnation Pink. HEX triplet: FC, AD and C8. RGB value is (252,173,200). Sum of RGB (Red+Green+Blue) = 252+173+200=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC8 is #035237. Grayscale: #C7C7C7. Windows color (decimal): -217656 or 13151740. OLE color: 13151740.

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

Color convert

RGB 252 173 200 -
CMYK 0 0.31 0.21 0.01
HSL 339.49º 0.93% 0.83% -
HSV(B) 339.49º 0.31% 0.99% -
XYZ 65.51 54.75 61.76 -
YUV 199.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 252 173 200 0 0.31 0.21 0.01 339.49 0.93 0.83
Hex FC AD C8 0 1F 15 1 153 5D 53
Octal 374 255 310 0 37 25 1 523 135 123
Binary 11111100 10101101 11001000 0 11111 10101 1 101010011 1011101 1010011

Color Harmonies of #FCADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCADC8

Black with #FCADC8

Text Example


Text Example

White with #FCADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCADC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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