#FFC3B4

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

Shades of Your Pink #FFC3B4

Tints of Your Pink #FFC3B4

Color information

#FFC3B4 (or 0xFFC3B4) is unknown color: approx Your Pink. HEX triplet: FF, C3 and B4. RGB value is (255,195,180). Sum of RGB (Red+Green+Blue) = 255+195+180=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3B4 is #003C4B. Grayscale: #D3D3D3. Windows color (decimal): -15436 or 11846655. OLE color: 11846655.

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

Color convert

RGB255195180-
CMYK00.240.290
HSL12º100%85.29%-
HSV(B)12º29.41%100%-
XYZ68.9963.5951.82-
YUV211.23110.38159.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 195 (76.56% from 255) = 30.95%
BLUE value IS 180 (70.70% from 255) = 28.57%
R=40.48%
G=30.95%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519518000.240.2901210085.29
HexFFC3B40181D0c6455
Octal37730326403035014144125
Binary111111111100001110110100011000111010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3B4; }

 p { color: rgb(255,195,180); }

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

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

 a { background-color: rgb(255,195,180); }

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

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

 span { border-color: rgb(255,195,180); }

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