Html Css Color HEX #FFACCC Carnation Pink

📋 copy color: '#FFACCC'

red 255 ◦ green 172 ◦ blue 204

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

Shades of Carnation Pink #FFACCC

Tints of Carnation Pink #FFACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.26%

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

R = 40.41%
G = 27.26%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFACCC (or 0xFFACCC) is known color: Carnation Pink. HEX triplet: FF, AC and CC. RGB value is (255,172,204). Sum of RGB (Red+Green+Blue) = 255+172+204=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCC is #005333. Grayscale: #C8C8C8. Windows color (decimal): -21300 or 13413631. OLE color: 13413631.

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

Color convert

RGB 255 172 204 -
CMYK 0 0.33 0.2 0
HSL 336.87º 1% 0.84% -
HSV(B) 336.87º 0.33% 1% -
XYZ 66.89 55.12 64.24 -
YUV 200.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 255 172 204 0 0.33 0.2 0 336.87 1 0.84
Hex FF AC CC 0 21 14 0 151 64 54
Octal 377 254 314 0 41 24 0 521 144 124
Binary 11111111 10101100 11001100 0 100001 10100 0 101010001 1100100 1010100

Color Harmonies of #FFACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACCC

Black with #FFACCC

Text Example


Text Example

White with #FFACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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