Html Css Color HEX #FCA6C7 Carnation Pink

📋 copy color: '#FCA6C7'

red 252 ◦ green 166 ◦ blue 199

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

Shades of Carnation Pink #FCA6C7

Tints of Carnation Pink #FCA6C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.25%

R = 40.84%
G = 26.9%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCA6C7 (or 0xFCA6C7) is known color: Carnation Pink. HEX triplet: FC, A6 and C7. RGB value is (252,166,199). Sum of RGB (Red+Green+Blue) = 252+166+199=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA6C7 is #035938. Grayscale: #C3C3C3. Windows color (decimal): -219449 or 13084412. OLE color: 13084412.

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

Color convert

RGB 252 166 199 -
CMYK 0 0.34 0.21 0.01
HSL 336.98º 0.93% 0.82% -
HSV(B) 336.98º 0.34% 0.99% -
XYZ 64.09 52.09 60.71 -
YUV 195.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 252 166 199 0 0.34 0.21 0.01 336.98 0.93 0.82
Hex FC A6 C7 0 22 15 1 151 5D 52
Octal 374 246 307 0 42 25 1 521 135 122
Binary 11111100 10100110 11000111 0 100010 10101 1 101010001 1011101 1010010

Color Harmonies of #FCA6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA6C7

Black with #FCA6C7

Text Example


Text Example

White with #FCA6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA6C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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