Html Css Color HEX #FCAACB Carnation Pink

📋 copy color: '#FCAACB'

red 252 ◦ green 170 ◦ blue 203

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

Shades of Carnation Pink #FCAACB

Tints of Carnation Pink #FCAACB

RGB

 RED value IS 252 (98.83% from 255) = 40.32%

 GREEN value IS 170 (66.8% from 255) = 27.2%

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

R = 40.32%
G = 27.2%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCAACB (or 0xFCAACB) is known color: Carnation Pink. HEX triplet: FC, AA and CB. RGB value is (252,170,203). Sum of RGB (Red+Green+Blue) = 252+170+203=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAACB is #035534. Grayscale: #C6C6C6. Windows color (decimal): -218421 or 13347580. OLE color: 13347580.

HSL color Cylindrical-coordinate representation of color #FCAACB: hue angle of 335.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAACB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 203 -
CMYK 0 0.33 0.19 0.01
HSL 335.85º 0.93% 0.83% -
HSV(B) 335.85º 0.33% 0.99% -
XYZ 65.3 53.76 63.43 -
YUV 198.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 252 170 203 0 0.33 0.19 0.01 335.85 0.93 0.83
Hex FC AA CB 0 21 13 1 150 5D 53
Octal 374 252 313 0 41 23 1 520 135 123
Binary 11111100 10101010 11001011 0 100001 10011 1 101010000 1011101 1010011

Color Harmonies of #FCAACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAACB

Black with #FCAACB

Text Example


Text Example

White with #FCAACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAACB; }

 p { color: rgb(252,170,203); }

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

background-color css

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

 a { background-color: rgb(252,170,203); }

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

border-color css

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

 span { border-color: rgb(252,170,203); }

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