#FFCABC

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

Shades of Your Pink #FFCABC

Tints of Your Pink #FFCABC

Color information

#FFCABC (or 0xFFCABC) is unknown color: approx Your Pink. HEX triplet: FF, CA and BC. RGB value is (255,202,188). Sum of RGB (Red+Green+Blue) = 255+202+188=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 188 (73.83% from 255 or 29.15% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCABC is #003543. Grayscale: #D8D8D8. Windows color (decimal): -13636 or 12372735. OLE color: 12372735.

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

Color convert

RGB255202188-
CMYK00.210.260
HSL12.54º100%86.86%-
HSV(B)12.54º26.27%100%-
XYZ71.4467.1356.77-
YUV216.25112.06155.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 188 (73.83% from 255) = 29.15%
R=39.53%
G=31.32%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520218800.210.26012.5410086.86
HexFFCABC0151A0d6457
Octal37731227402532015144127
Binary111111111100101010111100010101110100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCABC; }

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

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

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

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

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

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

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

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