#FDA4CF

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

Shades of Carnation Pink #FDA4CF

Tints of Carnation Pink #FDA4CF

Color information

#FDA4CF (or 0xFDA4CF) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and CF. RGB value is (253,164,207). Sum of RGB (Red+Green+Blue) = 253+164+207=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4CF is #025B30. Grayscale: #C3C3C3. Windows color (decimal): -154417 or 13608189. OLE color: 13608189.

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

Color convert

RGB253164207-
CMYK00.350.180.01
HSL331.01º95.7%81.76%-
HSV(B)331.01º35.18%99.22%-
XYZ65.0551.9465.63-
YUV195.51134.49169-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.54%
GREEN value IS 164 (64.45% from 255) = 26.28%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=40.54%
G=26.28%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316420700.350.180.01331.0195.781.76
HexFDA4CF02312114b6052
Octal375244317043221513140122
Binary111111011010010011001111010001110010110100101111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4CF; }

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

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

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

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

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

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

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

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