Html Css Color HEX #FCACCB Carnation Pink

📋 copy color: '#FCACCB'

red 252 ◦ green 172 ◦ blue 203

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

Shades of Carnation Pink #FCACCB

Tints of Carnation Pink #FCACCB

RGB

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

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

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

R = 40.19%
G = 27.43%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCACCB (or 0xFCACCB) is known color: Carnation Pink. HEX triplet: FC, AC and CB. RGB value is (252,172,203). Sum of RGB (Red+Green+Blue) = 252+172+203=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCB is #035334. Grayscale: #C7C7C7. Windows color (decimal): -217909 or 13348092. OLE color: 13348092.

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

Color convert

RGB 252 172 203 -
CMYK 0 0.32 0.19 0.01
HSL 336.75º 0.93% 0.83% -
HSV(B) 336.75º 0.32% 0.99% -
XYZ 65.68 54.51 63.56 -
YUV 199.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 252 172 203 0 0.32 0.19 0.01 336.75 0.93 0.83
Hex FC AC CB 0 20 13 1 151 5D 53
Octal 374 254 313 0 40 23 1 521 135 123
Binary 11111100 10101100 11001011 0 100000 10011 1 101010001 1011101 1010011

Color Harmonies of #FCACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACCB

Black with #FCACCB

Text Example


Text Example

White with #FCACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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