Html Css Color HEX #FFAFCA Carnation Pink

📋 copy color: '#FFAFCA'

red 255 ◦ green 175 ◦ blue 202

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

Shades of Carnation Pink #FFAFCA

Tints of Carnation Pink #FFAFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.96%

R = 40.35%
G = 27.69%
B = 31.96%

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

#FFAFCA (or 0xFFAFCA) is known color: Carnation Pink. HEX triplet: FF, AF and CA. RGB value is (255,175,202). Sum of RGB (Red+Green+Blue) = 255+175+202=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFCA is #005035. Grayscale: #C9C9C9. Windows color (decimal): -20534 or 13283327. OLE color: 13283327.

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

Color convert

RGB 255 175 202 -
CMYK 0 0.31 0.21 0
HSL 339.75º 1% 0.84% -
HSV(B) 339.75º 0.31% 1% -
XYZ 67.23 56.18 63.18 -
YUV 202 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 255 175 202 0 0.31 0.21 0 339.75 1 0.84
Hex FF AF CA 0 1F 15 0 154 64 54
Octal 377 257 312 0 37 25 0 524 144 124
Binary 11111111 10101111 11001010 0 11111 10101 0 101010100 1100100 1010100

Color Harmonies of #FFAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFCA

Black with #FFAFCA

Text Example


Text Example

White with #FFAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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