Html Css Color HEX #FFAFC9 Carnation Pink

📋 copy color: '#FFAFC9'

red 255 ◦ green 175 ◦ blue 201

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

Shades of Carnation Pink #FFAFC9

Tints of Carnation Pink #FFAFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.85%

R = 40.41%
G = 27.73%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFAFC9 (or 0xFFAFC9) is known color: Carnation Pink. HEX triplet: FF, AF and C9. RGB value is (255,175,201). Sum of RGB (Red+Green+Blue) = 255+175+201=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFC9 is #005036. Grayscale: #C9C9C9. Windows color (decimal): -20535 or 13217791. OLE color: 13217791.

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

Color convert

RGB 255 175 201 -
CMYK 0 0.31 0.21 0
HSL 340.5º 1% 0.84% -
HSV(B) 340.5º 0.31% 1% -
XYZ 67.11 56.14 62.56 -
YUV 201.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 255 175 201 0 0.31 0.21 0 340.5 1 0.84
Hex FF AF C9 0 1F 15 0 154 64 54
Octal 377 257 311 0 37 25 0 524 144 124
Binary 11111111 10101111 11001001 0 11111 10101 0 101010100 1100100 1010100

Color Harmonies of #FFAFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFC9

Black with #FFAFC9

Text Example


Text Example

White with #FFAFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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