Html Css Color HEX #FFACC8 Carnation Pink

📋 copy color: '#FFACC8'

red 255 ◦ green 172 ◦ blue 200

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

Shades of Carnation Pink #FFACC8

Tints of Carnation Pink #FFACC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.9%

R = 40.67%
G = 27.43%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFACC8 (or 0xFFACC8) is known color: Carnation Pink. HEX triplet: FF, AC and C8. RGB value is (255,172,200). Sum of RGB (Red+Green+Blue) = 255+172+200=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC8 is #005337. Grayscale: #C7C7C7. Windows color (decimal): -21304 or 13151487. OLE color: 13151487.

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

Color convert

RGB 255 172 200 -
CMYK 0 0.33 0.22 0
HSL 339.76º 1% 0.84% -
HSV(B) 339.76º 0.33% 1% -
XYZ 66.42 54.94 61.75 -
YUV 200.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 255 172 200 0 0.33 0.22 0 339.76 1 0.84
Hex FF AC C8 0 21 16 0 154 64 54
Octal 377 254 310 0 41 26 0 524 144 124
Binary 11111111 10101100 11001000 0 100001 10110 0 101010100 1100100 1010100

Color Harmonies of #FFACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACC8

Black with #FFACC8

Text Example


Text Example

White with #FFACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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