Html Css Color HEX #FCACCA Carnation Pink

📋 copy color: '#FCACCA'

red 252 ◦ green 172 ◦ blue 202

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

Shades of Carnation Pink #FCACCA

Tints of Carnation Pink #FCACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.27%

R = 40.26%
G = 27.48%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FCACCA (or 0xFCACCA) is known color: Carnation Pink. HEX triplet: FC, AC and CA. RGB value is (252,172,202). Sum of RGB (Red+Green+Blue) = 252+172+202=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCA is #035335. Grayscale: #C7C7C7. Windows color (decimal): -217910 or 13282556. OLE color: 13282556.

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

Color convert

RGB 252 172 202 -
CMYK 0 0.32 0.20 0.01
HSL 337.5º 0.93% 0.83% -
HSV(B) 337.5º 0.32% 0.99% -
XYZ 65.56 54.46 62.93 -
YUV 199.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 252 172 202 0 0.32 0.20 0.01 337.5 0.93 0.83
Hex FC AC CA 0 20 14 1 152 5D 53
Octal 374 254 312 0 40 24 1 522 135 123
Binary 11111100 10101100 11001010 0 100000 10100 1 101010010 1011101 1010011

Color Harmonies of #FCACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACCA

Black with #FCACCA

Text Example


Text Example

White with #FCACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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