Html Css Color HEX #FCACC7 Carnation Pink

📋 copy color: '#FCACC7'

red 252 ◦ green 172 ◦ blue 199

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

Shades of Carnation Pink #FCACC7

Tints of Carnation Pink #FCACC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.94%

R = 40.45%
G = 27.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCACC7 (or 0xFCACC7) is known color: Carnation Pink. HEX triplet: FC, AC and C7. RGB value is (252,172,199). Sum of RGB (Red+Green+Blue) = 252+172+199=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACC7 is #035338. Grayscale: #C6C6C6. Windows color (decimal): -217913 or 13085948. OLE color: 13085948.

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

Color convert

RGB 252 172 199 -
CMYK 0 0.32 0.21 0.01
HSL 339.75º 0.93% 0.83% -
HSV(B) 339.75º 0.32% 0.99% -
XYZ 65.21 54.32 61.08 -
YUV 199 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 252 172 199 0 0.32 0.21 0.01 339.75 0.93 0.83
Hex FC AC C7 0 20 15 1 154 5D 53
Octal 374 254 307 0 40 25 1 524 135 123
Binary 11111100 10101100 11000111 0 100000 10101 1 101010100 1011101 1010011

Color Harmonies of #FCACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACC7

Black with #FCACC7

Text Example


Text Example

White with #FCACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACC7; }

 p { color: rgb(252,172,199); }

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

background-color css

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

 a { background-color: rgb(252,172,199); }

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

border-color css

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

 span { border-color: rgb(252,172,199); }

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