Html Css Color HEX #FFACCB Carnation Pink

📋 copy color: '#FFACCB'

red 255 ◦ green 172 ◦ blue 203

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

Shades of Carnation Pink #FFACCB

Tints of Carnation Pink #FFACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 40.48%
G = 27.3%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFACCB (or 0xFFACCB) is known color: Carnation Pink. HEX triplet: FF, AC and CB. RGB value is (255,172,203). Sum of RGB (Red+Green+Blue) = 255+172+203=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACCB is #005334. Grayscale: #C8C8C8. Windows color (decimal): -21301 or 13348095. OLE color: 13348095.

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

Color convert

RGB 255 172 203 -
CMYK 0 0.33 0.20 0
HSL 337.59º 1% 0.84% -
HSV(B) 337.59º 0.33% 1% -
XYZ 66.77 55.08 63.61 -
YUV 200.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 255 172 203 0 0.33 0.20 0 337.59 1 0.84
Hex FF AC CB 0 21 14 0 152 64 54
Octal 377 254 313 0 41 24 0 522 144 124
Binary 11111111 10101100 11001011 0 100001 10100 0 101010010 1100100 1010100

Color Harmonies of #FFACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACCB

Black with #FFACCB

Text Example


Text Example

White with #FFACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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