#FFCAC4

Color #FFCAC4 Your Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Your Pink #FFCAC4

Tints of Your Pink #FFCAC4

Color information

#FFCAC4 (or 0xFFCAC4) is unknown color: approx Your Pink. HEX triplet: FF, CA and C4. RGB value is (255,202,196). Sum of RGB (Red+Green+Blue) = 255+202+196=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 196 (76.95% from 255 or 30.02% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCAC4 is #00353B. Grayscale: #D9D9D9. Windows color (decimal): -13628 or 12897023. OLE color: 12897023.

HSL color Cylindrical-coordinate representation of color #FFCAC4: hue angle of 6.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFCAC4 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB255202196-
CMYK00.210.230
HSL6.1º100%88.43%-
HSV(B)6.1º23.14%100%-
XYZ72.3267.4961.44-
YUV217.16116.06154.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.05%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 196 (76.95% from 255) = 30.02%
R=39.05%
G=30.93%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520219600.210.2306.110088.43
HexFFCAC401517066458
Octal3773123040252706144130
Binary11111111110010101100010001010110111011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCAC4; }

 p { color: rgb(255,202,196); }

 H1.HeaderClassName
 {
   color: #FFCAC4;
 }
 .AnyTagClassName
 {
   color: #FFCAC4;
 }
</style>
background-color css

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

 a { background-color: rgb(255,202,196); }

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

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

 span { border-color: rgb(255,202,196); }

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