#FDA4CB

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

Shades of Carnation Pink #FDA4CB

Tints of Carnation Pink #FDA4CB

Color information

#FDA4CB (or 0xFDA4CB) is unknown color: approx Carnation Pink. HEX triplet: FD, A4 and CB. RGB value is (253,164,203). Sum of RGB (Red+Green+Blue) = 253+164+203=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4CB is #025B34. Grayscale: #C2C2C2. Windows color (decimal): -154421 or 13346045. OLE color: 13346045.

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

Color convert

RGB253164203-
CMYK00.350.200.01
HSL333.71º95.7%81.76%-
HSV(B)333.71º35.18%99.22%-
XYZ64.5651.7563.08-
YUV195.06132.49169.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=40.81%
G=26.45%
B=32.74%

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
Decimal25316420300.350.200.01333.7195.781.76
HexFDA4CB02314114e6052
Octal375244313043241516140122
Binary111111011010010011001011010001110100110100111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA4CB; }

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

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

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

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

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

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

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

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