#faaecb

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

Shades of Carnation Pink #FAAECB

Tints of Carnation Pink #FAAECB

Color information

#FAAECB (or 0xFAAECB) is unknown color: approx Carnation Pink. HEX triplet: FA, AE and CB. RGB value is (250,174,203). Sum of RGB (Red+Green+Blue) = 250+174+203=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAECB is #055134. Grayscale: #C7C7C7. Windows color (decimal): -348469 or 13348602. OLE color: 13348602.

HSL color Cylindrical-coordinate representation of color #FAAECB: hue angle of 337.11º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAECB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250174203-
CMYK00.300.190.02
HSL337.11º88.37%83.14%-
HSV(B)337.11º30.4%98.04%-
XYZ65.3454.9163.65-
YUV200.03129.68163.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=39.87%
G=27.75%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017420300.300.190.02337.1188.3783.14
HexFAAECB01E1321515853
Octal372256313036232521130123
Binary111110101010111011001011011110100111010101000110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faaecb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faaecb; }

 p { color: rgb(250,174,203); }

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

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

 a { background-color: rgb(250,174,203); }

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

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

 span { border-color: rgb(250,174,203); }

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