#FDA1C2

Color #FDA1C2 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FDA1C2

Tints of Carnation Pink #FDA1C2

Color information

#FDA1C2 (or 0xFDA1C2) is unknown color: approx Carnation Pink. HEX triplet: FD, A1 and C2. RGB value is (253,161,194). Sum of RGB (Red+Green+Blue) = 253+161+194=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1C2 is #025E3D. Grayscale: #C0C0C0. Windows color (decimal): -155198 or 12755453. OLE color: 12755453.

HSL color Cylindrical-coordinate representation of color #FDA1C2: hue angle of 338.48º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA1C2 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253161194-
CMYK00.360.230.01
HSL338.48º95.83%81.18%-
HSV(B)338.48º36.36%99.22%-
XYZ62.9950.2757.42-
YUV192.27128.98171.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 161 (63.28% from 255) = 26.48%
BLUE value IS 194 (76.17% from 255) = 31.91%
R=41.61%
G=26.48%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316119400.360.230.01338.4895.8381.18
HexFDA1C20241711526051
Octal375241302044271522140121
Binary111111011010000111000010010010010111110101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1C2; }

 p { color: rgb(253,161,194); }

 H1.HeaderClassName
 {
   color: #FDA1C2;
 }
 .AnyTagClassName
 {
   color: #FDA1C2;
 }
</style>
background-color css

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

 a { background-color: rgb(253,161,194); }

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

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

 span { border-color: rgb(253,161,194); }

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