#FFC3B8

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

Shades of Your Pink #FFC3B8

Tints of Your Pink #FFC3B8

Color information

#FFC3B8 (or 0xFFC3B8) is unknown color: approx Your Pink. HEX triplet: FF, C3 and B8. RGB value is (255,195,184). Sum of RGB (Red+Green+Blue) = 255+195+184=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3B8 is #003C47. Grayscale: #D3D3D3. Windows color (decimal): -15432 or 12108799. OLE color: 12108799.

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

Color convert

RGB255195184-
CMYK00.240.280
HSL9.3º100%86.08%-
HSV(B)9.3º27.84%100%-
XYZ69.4163.7553.99-
YUV211.69112.38158.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 184 (72.27% from 255) = 29.02%
R=40.22%
G=30.76%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519518400.240.2809.310086.08
HexFFC3B80181C096456
Octal37730327003034011144126
Binary111111111100001110111000011000111000100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3B8; }

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

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

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

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

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

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

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

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