Html Css Color HEX #FFAFCC Carnation Pink

📋 copy color: '#FFAFCC'

red 255 ◦ green 175 ◦ blue 204

#FFAFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnation Pink #FFAFCC

Tints of Carnation Pink #FFAFCC

RGB

 RED value IS 255 (100% from 255) = 40.22%

 GREEN value IS 175 (68.75% from 255) = 27.6%

 BLUE value IS 204 (80.08% from 255) = 32.18%

R = 40.22%
G = 27.6%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFAFCC (or 0xFFAFCC) is known color: Carnation Pink. HEX triplet: FF, AF and CC. RGB value is (255,175,204). Sum of RGB (Red+Green+Blue) = 255+175+204=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCC is #005033. Grayscale: #CACACA. Windows color (decimal): -20532 or 13414399. OLE color: 13414399.

HSL color Cylindrical-coordinate representation of color #FFAFCC: hue angle of 338.25º 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 #FFAFCC is Cyan = 0, Magento = 0.31, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 204 -
CMYK 0 0.31 0.2 0
HSL 338.25º 1% 0.84% -
HSV(B) 338.25º 0.31% 1% -
XYZ 67.47 56.28 64.43 -
YUV 202.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 255 175 204 0 0.31 0.2 0 338.25 1 0.84
Hex FF AF CC 0 1F 14 0 152 64 54
Octal 377 257 314 0 37 24 0 522 144 124
Binary 11111111 10101111 11001100 0 11111 10100 0 101010010 1100100 1010100

Color Harmonies of #FFAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFCC

Black with #FFAFCC

Text Example


Text Example

White with #FFAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFCC; }

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

 H1.HeaderClassName
 {
   color: #FFAFCC;
 }
 .AnyTagClassName
 {
   color: #FFAFCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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