#FFAFCB

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

Shades of Carnation Pink #FFAFCB

Tints of Carnation Pink #FFAFCB

Color information

#FFAFCB (or 0xFFAFCB) is unknown color: approx Carnation Pink. HEX triplet: FF, AF and CB. RGB value is (255,175,203). Sum of RGB (Red+Green+Blue) = 255+175+203=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCB is #005034. Grayscale: #CACACA. Windows color (decimal): -20533 or 13348863. OLE color: 13348863.

HSL color Cylindrical-coordinate representation of color #FFAFCB: hue angle of 339º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFCB is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255175203-
CMYK00.310.200
HSL339º100%84.31%-
HSV(B)339º31.37%100%-
XYZ67.3556.2363.8-
YUV202.11128.5165.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 175 (68.75% from 255) = 27.65%
BLUE value IS 203 (79.69% from 255) = 32.07%
R=40.28%
G=27.65%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517520300.310.20033910084.31
HexFFAFCB01F1401536454
Octal377257313037240523144124
Binary11111111101011111100101101111110100010101001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAFCB; }

 p { color: rgb(255,175,203); }

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

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

 a { background-color: rgb(255,175,203); }

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

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

 span { border-color: rgb(255,175,203); }

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