#FDA4CA

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

Shades of Carnation Pink #FDA4CA

Tints of Carnation Pink #FDA4CA

Color information

#FDA4CA (or 0xFDA4CA) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and CA. RGB value is (253,164,202). Sum of RGB (Red+Green+Blue) = 253+164+202=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4CA is #025B35. Grayscale: #C2C2C2. Windows color (decimal): -154422 or 13280509. OLE color: 13280509.

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

Color convert

RGB253164202-
CMYK00.350.200.01
HSL334.38º95.7%81.76%-
HSV(B)334.38º35.18%99.22%-
XYZ64.4451.762.46-
YUV194.94131.99169.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=40.87%
G=26.49%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316420200.350.200.01334.3895.781.76
HexFDA4CA02314114e6052
Octal375244312043241516140122
Binary111111011010010011001010010001110100110100111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4CA; }

 p { color: rgb(253,164,202); }

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

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

 a { background-color: rgb(253,164,202); }

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

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

 span { border-color: rgb(253,164,202); }

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