Html Css Color HEX #FCA6CE Carnation Pink

📋 copy color: '#FCA6CE'

red 252 ◦ green 166 ◦ blue 206

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

Shades of Carnation Pink #FCA6CE

Tints of Carnation Pink #FCA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.6%

 BLUE value IS 206 (80.86% from 255) = 33.01%

R = 40.38%
G = 26.6%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCA6CE (or 0xFCA6CE) is known color: Carnation Pink. HEX triplet: FC, A6 and CE. RGB value is (252,166,206). Sum of RGB (Red+Green+Blue) = 252+166+206=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6CE is #035931. Grayscale: #C4C4C4. Windows color (decimal): -219442 or 13543164. OLE color: 13543164.

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

Color convert

RGB 252 166 206 -
CMYK 0 0.34 0.18 0.01
HSL 332.09º 0.93% 0.82% -
HSV(B) 332.09º 0.34% 0.99% -
XYZ 64.92 52.42 65.09 -
YUV 196.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 252 166 206 0 0.34 0.18 0.01 332.09 0.93 0.82
Hex FC A6 CE 0 22 12 1 14C 5D 52
Octal 374 246 316 0 42 22 1 514 135 122
Binary 11111100 10100110 11001110 0 100010 10010 1 101001100 1011101 1010010

Color Harmonies of #FCA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6CE

Black with #FCA6CE

Text Example


Text Example

White with #FCA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6CE; }

 p { color: rgb(252,166,206); }

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

background-color css

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

 a { background-color: rgb(252,166,206); }

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

border-color css

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

 span { border-color: rgb(252,166,206); }

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