Html Css Color HEX #FCA8C4 Carnation Pink

📋 copy color: '#FCA8C4'

red 252 ◦ green 168 ◦ blue 196

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

Shades of Carnation Pink #FCA8C4

Tints of Carnation Pink #FCA8C4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.27%

 BLUE value IS 196 (76.95% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FCA8C4 (or 0xFCA8C4) is known color: Carnation Pink. HEX triplet: FC, A8 and C4. RGB value is (252,168,196). Sum of RGB (Red+Green+Blue) = 252+168+196=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA8C4 is #03573B. Grayscale: #C4C4C4. Windows color (decimal): -218940 or 12888316. OLE color: 12888316.

HSL color Cylindrical-coordinate representation of color #FCA8C4: hue angle of 340º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCA8C4 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 168 196 -
CMYK 0 0.33 0.22 0.01
HSL 340º 0.93% 0.82% -
HSV(B) 340º 0.33% 0.99% -
XYZ 64.11 52.69 59.01 -
YUV 196.31 127.83 167.72 -
System Red Green Blue C M Y K H S L
Decimal 252 168 196 0 0.33 0.22 0.01 340 0.93 0.82
Hex FC A8 C4 0 21 16 1 154 5D 52
Octal 374 250 304 0 41 26 1 524 135 122
Binary 11111100 10101000 11000100 0 100001 10110 1 101010100 1011101 1010010

Color Harmonies of #FCA8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA8C4

Black with #FCA8C4

Text Example


Text Example

White with #FCA8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA8C4; }

 p { color: rgb(252,168,196); }

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

background-color css

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

 a { background-color: rgb(252,168,196); }

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

border-color css

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

 span { border-color: rgb(252,168,196); }

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